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 volume control does not announce when the volume is muted or not muted.
It also does not announce what level of volume it is at when the volume is changed.
It should announce it's state.
When using the keyboard, volume does announce it’s state. But it’s not announcing it with the screen reader.
I'm sorry, but I'm afraid I have no idea how to implement this.
So far we have implemented all the accessibility features with the help of volunteer consultants. If you could give me more information on how I can implement and test this feature I would appreciate it.
The issue we had was the display=none hide the slider from the screen reader, so it could not be found when the video was playing. Using opacity = 0 kept the slider accessible to screen readers so it could be found.
These are the changes for es.upv.paella.volumeButtonPlugin.js:
Hi @ferserc1, Youtube puts information about volume level on the slider. If Paella keeps it's slider accessible to the screen reader, with opacity = '0' width = '0px' instead of display = 'none', then the slider could be the means of announcing the volume state.
Example Youtube's ARIA volume attributes on their volume slider:
The volume control does not announce when the volume is muted or not muted.
It also does not announce what level of volume it is at when the volume is changed.
It should announce it's state.
When using the keyboard, volume does announce it’s state. But it’s not announcing it with the screen reader.
@karendolan
The text was updated successfully, but these errors were encountered: