Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve upon keyboard accessibility of menu in website header #373

Open
jasonnrosa opened this issue Aug 10, 2021 · 0 comments
Open

Improve upon keyboard accessibility of menu in website header #373

jasonnrosa opened this issue Aug 10, 2021 · 0 comments
Labels
accessibility Issues related to accessibility enhancement Improves upon an existing feature

Comments

@jasonnrosa
Copy link
Member

Severity: Low

Description: Currently keyboard navigation works within the menu of the website header module but if you tab all the way out of a menu the menu you were just in doesn't collapse. This is technically how it works via our reference here (https://www.w3.org/WAI/tutorials/menus/flyout) however the solution they use doesn't scale to multiple levels of child items. We'll need to figure out our own solution to support this. I don't think this is a big issue at the moment but certainly something we would like to improve upon.

Remediation: When you tab all the way through a drop down menu and land on the next parent menu item that last drop down menu should collapse (currently you can do this manually by re-clicking the toggles).

@jasonnrosa jasonnrosa added enhancement Improves upon an existing feature accessibility Issues related to accessibility labels Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Issues related to accessibility enhancement Improves upon an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant