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 - Media - role #125

Open falcochip opened 3 years ago

falcochip commented 3 years ago

2.9 MeD: aria-allowed-attr error (4.1.1, 4.1.2, 1.1)

elements should only use aria attributes allowed for their aria role.

<div id="mep_17" class="mejs-container svg mejs-video" aria-label="Video Player"

as aria-label is used with no role assigned -> assign role to "application"