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

[A11Y] - Missing aria label on overflow menu toggle #217

Open
josephcoombes opened this issue Apr 8, 2022 · 0 comments
Open

[A11Y] - Missing aria label on overflow menu toggle #217

josephcoombes opened this issue Apr 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@josephcoombes
Copy link

Bug Description
This button (3 dots) doesn't have any text in it, so when a screenreader is reading it, it only speaks the word "Button". Users with screenreaders will have no idea what this button does.

image

Steps to Reproduce
If you have a screenreader installed, you can navigate to this item and should notice that the screenreader says "button".

You can install a screenreader here: https://chrome.google.com/webstore/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn/related?hl=en or enable on your OS.

Expected Behavior
This should have a descriptive label aria-label. At the very least, it should say something like "Menu", but as clear and descriptive as possible is ideal.

@josephcoombes josephcoombes added the bug Something isn't working label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant