We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 selected navigational tab only indicated visually. Screen reader (SR) doesn't say which of the navigational tabs is selected.
Solution: One option is to use "aria-current" to convey that the navigation tab is the active / current one. More details here:
https://www.accessibility-developer-guide.com/examples/sensible-aria-usage/current/
https://heydonworks.com/article/the-accessible-current-page-link-conundrum/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The selected navigational tab only indicated visually. Screen reader (SR) doesn't say which of the navigational tabs is selected.
Solution: One option is to use "aria-current" to convey that the navigation tab is the active / current one. More details here:
https://www.accessibility-developer-guide.com/examples/sensible-aria-usage/current/
https://heydonworks.com/article/the-accessible-current-page-link-conundrum/
The text was updated successfully, but these errors were encountered: