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

Tabs keyboard navigation does not follow WAI-ARIA guidelines #25

Open
TGlide opened this issue Aug 7, 2023 · 0 comments
Open

Tabs keyboard navigation does not follow WAI-ARIA guidelines #25

TGlide opened this issue Aug 7, 2023 · 0 comments

Comments

@TGlide
Copy link

TGlide commented Aug 7, 2023

According to WAI-ARIA, Tabs should follow some certain guidelines for kbd navigation.

The short version of it is:

  • When a trigger is focused. arrow keys should switch between the triggers (and optionally automatically trigger them, thus showing the respective content)
  • Pressing Tab should not go to a different trigger. Instead, it should focus the tab content.
  • When the tab content is focused, shift+tab should focus the active trigger
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