Moved from MESH-Research/knowledge-commons-profiles#380 (originally by @gmeben)
Area of site: News Feed
URL: https://hcommons-staging.org/activity/
Description
The select dropdown (<select id="whats-new-post-in" name="whats-new-post-in">) that appears when the "What's new, ___?" is focused does not have a label.
Recommendation
Any one of these should fix the issue:
- Change the
name attribute of the select to an id, refactor the markup of the label from a <span> to a <label>, and add a for="whats-new-post-in" attribute to the label
- Add a
title attribute to the select
- Add an
aria-label attribute to the select
Moved from MESH-Research/knowledge-commons-profiles#380 (originally by @gmeben)
Area of site: News Feed
URL: https://hcommons-staging.org/activity/
Description
The select dropdown (
<select id="whats-new-post-in" name="whats-new-post-in">) that appears when the "What's new, ___?" is focused does not have a label.Recommendation
Any one of these should fix the issue:
nameattribute of theselectto anid, refactor the markup of the label from a<span>to a<label>, and add afor="whats-new-post-in"attribute to the labeltitleattribute to the selectaria-labelattribute to the select