-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
options in dropdown box to select font family in "subtitle settings" have a typo in id and aria-labelledby attributes - accessibility issue #4884
Comments
Thanks for the issue. This seems like a duplicate of #4688 which should have been fixed as part of v6.4.0 via #4708. |
OwenEdwards
added a commit
to OwenEdwards/video.js
that referenced
this issue
May 8, 2018
…ttings Dialog (fixes videojs#4688 and videojs#4884)
6 tasks
gkatsev
pushed a commit
that referenced
this issue
May 11, 2018
gkatsev
pushed a commit
that referenced
this issue
May 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Options in dropdown box to select font family in "subtitle settings" have a typo in id and aria-labelledby attributes - accessibility issue.
Steps to reproduce
Results
Expected
I expected to see one id and aria-labelled attribute referring to it. i.e.
id="captions-font-family-audio_component_373-Proportional-Sans-Serif"
Actual
There is an unecessary space in id name i.e.
id="captions-font-family-audio_component_373-Proportional Sans-Serif"
Additional Information
versions
videojs
what version of videojs does this occur with?
"video.js": "^6.2.8"
The text was updated successfully, but these errors were encountered: