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 media slider has "slider" in its name (WCAG 2.4.6) [QAC] #215

Open ftourangeau opened 1 year ago

ftourangeau commented 1 year ago

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


Page: Course Overview page Lesson 1: Overview of electronic Passport Next Generation Lesson 2: Domestic Print Lesson 3: Observation Print Lesson 4: Manual QA Lesson 5: Reports

Description: Try not to overload users of assistive technologies with unnecessary information. The name of the element should not include the type of this element. For example: • the image text alternative should not include the word "image" • the link text should not include the word "link" • the slider name should not include the word "slider" The screen reader (NVDA) reads the name as • Time Slider slider

Please make the slider name more informative so that it describes the content of the element and doesn't contain unnecessary words, e.g.: • aria-label="Audio timeline" image