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

Component - Graphical MCQ? #62

Closed LIT-EIA-OWNER closed 3 years ago

LIT-EIA-OWNER commented 3 years ago

Page / URL: 7 Language: Both Who can fix: MeD, Adapt community

Question graphical ARIA label issue (1.3.1, 3.3.2, 4.1.2)

Impact on Learner: When a form control doesn’t have an accessible name, people who use assistive technologies have no way of knowing its specific purpose.

Details, screenshots, coding: Form controls must have accessible names. A form control is an interactive HTML element used for user input. Form controls include buttons, checkboxes, text fields, color pickers, and more.

An accessible name is a word or phrase coded in a way that assistive technologies can associate it with a specific user interface object. Assistive technologies can then refer to the object by name, not just by type.

LIT-EIA-OWNER commented 3 years ago

Duplicate of #77