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

Drawer dialog doesn't have aria role (WCAG 4.1.2) [QAC] #194

Open ftourangeau opened 1 year ago

ftourangeau commented 1 year ago

The dialog element does not have a name available to API.

ARIA dialogs and alertdialogs must have accessible names. A label associated with a form element provides information about that element to screen readers when it receives a focus. Ensure that each element with role="dialog" or role="alertdialog" has one of the following characteristics: • Non-empty aria-label attribute OR • aria-labelledby pointing to the element with text which is discernible to screen reader users

Please provide a descriptive accessible name (e.g. using an aria-label), so that the purpose of the dialog is clear.

image

Sufficient Techniques:

Success Criteria: