Add “aria-live” after quiz submission for accessibility
-
We are using the Pro version. When a quiz is submitted, the quiz shows the text for pass/failed. We are going a WCAG accessibility review on our website. In order to make the HDQuiz plugin more accessible, it would be ideal if the results area had the HTML attribute: aria-live=”polite”, which is used by screen readers to indicate that something has been updated on the page.
To be more precise:
- in the codebase, look for the DIV with class “hdq_results_inner”
- give that DIV the HTML attribute: aria-live=”polite”, like so: https://www.screencast.com/t/uG7XSk1Dc
This won’t take you more than 2 minutes, and will make the plugin more accessible.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add “aria-live” after quiz submission for accessibility’ is closed to new replies.