-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[RFC] Dropdown accessibility issue in screen readers #3022
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Accessibility is a very large and involved task. I am in full support of making accessibility improvements. I'd like to formulate a way of doing this framework-wide. Over on https://github.com/stardust-ui/react (a fork of Semantic UI React), we have full-time accessibility teams and a contractor providing testing and feedback. I think we should piggyback off of that work and implement those features here in Semantic UI React as they become available. In the meantime, we will accept PRs with accessibility fixes provided that we have some way of validating that the fixes are acceptable both by W3C standards and the accessible user community. |
I've labeled this issue for more community feedback as well. |
There has been no activity in this thread for 180 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one. However, PRs for this issue will of course be accepted and welcome! If there is no more activity in the next 180 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks! |
Please keep this thread active! Accessibility is becoming more and more vital to web development 😄 |
Has there been any movement on this? |
NVDA is free of charge. Also, there's good reason to not include alerts and live regions in anything that isn't an explicit notification. These are generally not meant for interactive elements of the page, and result in wonky behavior when used for such elements. |
In case it might help understand why this was added in the first place, here is the pull request where this was introduced: Does anyone know if removing the attributes |
It will certainly not make it less accessible. What the role does is it instructs the screen reader to immediately announce whatever has the role. In fact, If you would like to see a working implementation of accessible comboboxes, you can see examples on WAI website. (The page has several more examples depending on the scenario). The tl;dr is that:
WAI provides a full working example of this, but I recommend using a screen reader while testing it so that you can hear what the difference is. |
FYI: The dropdown is generally inaccessible in the current state. We have users with reduced abilities complaining about not being able to complete a form because they are unable to hear the options, nor get an idea of how to operate the drop-down list. So beyond this issue right now, it really should be revisited more thoroughly (e.g., by adopting some of the designs from the WAI examples). |
Bug Report
Steps
Expected Result
Actual Result
When page first loads, NVDA reads "Alert: Dropdown Text". If multiple dropdowns are present, it reads text values for some of them.
Version
0.79.0
Testcase
The text was updated successfully, but these errors were encountered: