Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Accessibility issue when trying to tab to browsers HTML5 player on mp4s #2122

Closed
Brockenstein opened this issue Nov 16, 2018 · 5 comments
Closed
Labels

Comments

@Brockenstein
Copy link

In FancyBox3 I am able to tab to video controls inside Youtube and Vimeo but not mp4.

Here is a video showcasing this issue.
https://www.useloom.com/share/123acd7d61b54c9aa35b01b362c088e6

My test site is the documentation example from FancyBox3 https://codepen.io/fancyapps/full/GXVLyr/

This is an accessibility issue, I love this tool and have used it for a long time even purchasing a license. So I hope this issue taken seriously as support for web accessibility is a priority for me.

If anyone knows of any workarounds or known solutions please let me know.

@michaelspellacy
Copy link

+1 Would love to see this resolved fairly soon! Thanks!

@michaelspellacy
Copy link

michaelspellacy commented Nov 26, 2018

I think that adding a tabindex of zero to

@Brockenstein
Copy link
Author

I think the only way to add tabindex to the video tag is to do the "from the page" method right?

@fancyapps
Copy link
Owner

The reason why video element is not focusable is that trap-focus feature is enabled by default and video element is currently not in the list of focusable elements. So, either set trapFocus:false or wait for next update where it will be included

@michaelspellacy
Copy link

@fancyapps Thank you. I think I can wait until next build. Thanks for the quick response!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants