You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial state of the volume slider has aria-valuenow set to 0, and no aria-valuetext attribute. As a result, a screen reader (e.g. VoiceOver on macOS) announces the slider as "0, volume level), even though the volume is set to (and displayed as) 100%. The aria-valuetext is not set until the volume is changed.
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
On a Mac, turn on VoiceOver (command-F5)
Open a page with the video.js player, in Safari
Use the Tab key to move keyboard focus to the Big Play Button, and press Enter
Use the Tab key to move focus into the Control Bar, and then onto the volume control slider
Results
Expected
Expect VoiceOver to announce (and display) that the volume is 100%
Actual
VoiceOver announces "0, volume level"
Error output
None
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
v6.0.0-RC.1
browsers
Safari with VoiceOver (and probably others)
OSes
macOS (Sierra, 10.12.2)
plugins
No
The text was updated successfully, but these errors were encountered:
Description
The initial state of the volume slider has
aria-valuenow
set to 0, and noaria-valuetext
attribute. As a result, a screen reader (e.g. VoiceOver on macOS) announces the slider as "0, volume level), even though the volume is set to (and displayed as) 100%. Thearia-valuetext
is not set until the volume is changed.Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
Expect VoiceOver to announce (and display) that the volume is 100%
Actual
VoiceOver announces "0, volume level"
Error output
None
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
v6.0.0-RC.1
browsers
Safari with VoiceOver (and probably others)
OSes
macOS (Sierra, 10.12.2)
plugins
No
The text was updated successfully, but these errors were encountered: