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

The navbar drop downs aren't great with screen readers #491

Open
jaller94 opened this issue Feb 27, 2024 · 0 comments
Open

The navbar drop downs aren't great with screen readers #491

jaller94 opened this issue Feb 27, 2024 · 0 comments

Comments

@jaller94
Copy link
Contributor

  • For basic screen reader accessibility, this is a role="button".
  • For great accessibility, drop downs should be navigated with the up and down arrows.
  • The parent has the property aria-expanded which is set to true or false by JavaScript.
  • The parent has the property aria-owns to indicate the relationship
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