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

mobile navigation tabindex="-1" #92

Open
marcelmoreau opened this issue Jun 27, 2017 · 0 comments
Open

mobile navigation tabindex="-1" #92

marcelmoreau opened this issue Jun 27, 2017 · 0 comments

Comments

@marcelmoreau
Copy link
Contributor

On our sites that use mobile navigation, the tabbing gets screwy. The ideal behavior is

  • a user can tab through relevant elements based on focus styles visually guiding them
  • there are no redundant repeats of source code in the markup that require blind users to hear things twice

Our mobile nav component clones elements from the primary and utility nav. This is fine. We just need to ensure that all buttons and anchors in our .mobile and .subMenuClass elements have a tabindex="-1".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant