LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

General - popups - Tabindex="0" on non-interactive component #102

Closed GGD4V closed 3 years ago

GGD4V commented 3 years ago

Issue: I'm not sure if tabindex="0" is the problem here, but somehow when popup windows appear (like "Which types of privilege do you enjoy"), the heading get the focus, and my screen reader tells me that it's an interactive component while it's not. Solution: Make sure you're not using any aria or tabindex that makes the browser or a screen reader think that the heading is an interactive component.

Note: also affects narrative

LIT-EIA-OWNER commented 3 years ago

Melissa will re-check

TimbroVince commented 3 years ago

Could not verify, added aria-disabled="true" but no idea if it will work or not depending on the screen reader.

TimbroVince commented 3 years ago

Did not return in latest report! Closing