videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
38.06k stars 7.45k forks source link

Adding an actionable child to a ClickableComponent #3720

Open brandonocasey opened 8 years ago

brandonocasey commented 8 years ago

Description

Originally found in the code here. Due to recent redundant code cleanups it will be removed.

Fix adding an actionable child to a ClickableComponent; currently it will cause issues with assistive technology (e.g. screen readers) which support ARIA, since an element with role="button" cannot have actionable child elements.

What we need to do

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.