Accessibility bug: Video player is keyboard accessible, but does not have labels #6306
Closed
2 tasks
Labels
bug
Something isn't working
Steps to Reproduce
The biggest issue here is that none of the buttons have accessible labels, so you don't know what they do, if you cannot see it well or don't understand the iconography.
This is what happens when I tab into the video player:
The first `clickable button I think is the entire video, when clicked to make it full screen. The last three buttons are probably the pause, volume, and full screen button.
Attachments
Stripped down, the HTML for a video embed looks like this:
What platform(s) does this occur on?
Web (Desktop), Web (Mobile)
Device Info
Not relevant
What version of the app are you using?
Web
Additional Information
Here is the equivalent output for an accessible component:
You should really consider adding floating labels for sighted users here. These icons may feel universal, but I can guarantee you that I can find at least one person who doesn't know that the arrows mean to toggle full screen. Adding a floating label and attaching it as
aria-labelledby
to the buttons will help all users in one go.The text was updated successfully, but these errors were encountered: