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

The progress element should be used to determine the completion of a specific task (WCAG 4.1.2) [QAC] #196

Open ftourangeau opened 1 year ago

ftourangeau commented 1 year ago

COURSE: https://esdc-edsc-adapt.canadacentral.cloudapp.azure.com/preview/5dc446fd27f08836496b6b9e/63a32079b75e454dafed1e1d/


Page: Personalizing Canadian Travel Documents landing page

Description: The progress element should be used to determine the completion of a specific task.

According to the "First Rule of ARIA Use" please use the native HTML element. Semantic native HTML elements are readable by sighted viewers, but will also be usable by default by assistive technologies like screen readers, and confer other advantages too.

Note: the accessible name (always should be provided) can come from the associated

For example: • where the aria-labelledby value is an id of the task heading.