-
Notifications
You must be signed in to change notification settings - Fork 147
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
feat: accessible tab kbd navigation #437
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future improvement suggestion:
When a tab is selected, and navigation is triggered, the tabs lose focus after the page loads.
It would be nice to keep the focus on the tab after navigation 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Future improvement suggestion (might not be easily doable):
When a tab is selected, and navigation is triggered, the tabs lose focus after the page loads.
It would be nice to keep the focus on the tab after navigation 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think once @ArmanNik comments has been resolved we can merge it :)
Nice idea! |
@TorstenDittmann @ArmanNik done 😉 |
tests are failing 👍🏻 |
Fixed! |
What does this PR do?
Adds accessible tab controls, following the ARIA APG: https://www.w3.org/WAI/ARIA/apg/
Test Plan
Manual
Related PRs and Issues
N/A
Have you read the Contributing Guidelines on issues?
Yes