Open bruce-usab opened 4 years ago
Here is another small error:
From default Jekyll build from template, _includes/searchgov/form.html
line 17 label for
has a typo:
<label class="usa-sr-only" for="extended-search-field-small">Search small</label>
Should just be:
<label class="usa-sr-only" for="extended-search-field-small">Search</label>
I have gotten positive email feedback from @afeijoo but my preference would be to submit our suggestions as pull requests. Assuming the bug fixes slow down in a couple weeks, I would like help navigating to the right repo.
@bruce-usab You can submit issues and PRs to https://github.com/uswds/uswds.
@drewnielson and @kengdoj recently reminded me that we also didn't find the visual indication of one's location in main navigation menus to be sufficiently accessible. There is good visual highlighting, but no character-based indication, so nothing for someone using screen reading software to easily identify. We adding a right-pointing arrow → but might have used an asterisk or bullet or greater-than. The →
is an html element, but not easily typed from a keyboard, and further consideration is warranted.
For a good example of this aspect of our implementation, please see: https://www.access-board.gov/about/
At the time, I assumed we would revisit our About menu, to see if we might generated it procedurally. Our current version closely tracks the source files from the USWDS template. It is also working well enough, so revisiting is not a high priority for us.
Kathy has made some improvements (for accessibility) that should be passed along to the USWDS folks