-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Added "tabindex=0" for sidebar accessibility #583
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
@meeseeksdev tag accessibility |
Awww, sorry j264415 you do not seem to be allowed to do that, please ask a repository maintainer. |
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.
Thank you @j264415! I pushed a commit to fix the failing API changes test. In future, to fix it you can run: yarn run api
and commit the changes.
CC @gabalafou for awareness
References
#9686 and #1440
Code changes
Easy part of #9686: added labels and tabindex="0" for sidebar elements so screen-readers can access them.
@krassowski Please review and comment to see if these are the right changes needed.