Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 in esl-media]: background video should not be a focusable element #2816

Open
ala-n opened this issue Dec 10, 2024 · 0 comments
Open

[🐛 in esl-media]: background video should not be a focusable element #2816

ala-n opened this issue Dec 10, 2024 · 0 comments

Comments

@ala-n
Copy link
Collaborator

ala-n commented Dec 10, 2024

Steps to reproduce

  1. Create a background video with the default HTML video provider (e.g. https://esl-ui.com/examples/embedded-media/)
  2. Do not provide any a11y markers to make it presentational
  3. Navigate through focusable elements on the page

Current behavior:

video is focusable

Expected behaviour:

background video should not be focusable

Tech notes:

Make sure we provide an easy way to declare the role of the video
E.g. use alt or explicit role attribute. Check that a11y note is presented in the documentation

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

No branches or pull requests

1 participant