accessibility - MediaElement.js lacks keyboard control for captions options, won't pass section 508 -
I have a website that displays video using MediaElement.JS flagged because it is not accessible Because you can not change caption options only using a keyboard.
Here is the MEJS website: Using a keyboard, if you tab on the CC button, the option of "English" and "None" pop up, but no way to select There is no option using a keyboard.
Is there a keyboard function for which I do not know, or is there a way to toggle captions in "off" from "English"?
Thanks in advance for help!
Ah found this answer in a Google group. Just add this line to your MEJS options "toggleCaptionsButtonWhenOnlyOne: true"
Reference:
Comments
Post a Comment