-
Notifications
You must be signed in to change notification settings - Fork 159
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] 9.4.1.3 - Status messages programatically available #5398
Comments
Unclear if aria-describedby needs to be removed from every OcDrop instance, needs further clarification. |
Went through all usages of |
Thinking about this exactly three years later together with @pascalwengerter - let's remove the the |
General notes
All pages / Popups "Apps-Menü" and "Benutzereinstellungen" (probably also other similar Popups affected): After activating the button the whole container of the displayed popup will be read out by screenreaders.
(On user settings it is the 3 links). Better solution would be to let the screenreader read out only „erweitert“ after activating the app-menue. The aria-describedby-Attribute which triggers the output should be removed.
Note: the issue also appears with Firefox. Edge doesn’t read out the content.
Status: partly fulfilled
The text was updated successfully, but these errors were encountered: