1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-12 12:16:27 +02:00
Evan Farina d94771f9bd fix(resize-manager): Prevent tabbing into RM and hide from Screen Readers (#5754)
The ResizeManager's iframe element is able to be focused via tabbing, which results in a bad user experience for users that rely on a screen reader to navigate the video and its sibling elements. The fix is to set the tabIndex to "-1", and the aria-hidden property to true for good measure.
2019-01-22 16:36:20 -05:00
..
2017-01-19 11:17:46 -05:00