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

vue-a11y/media-has-caption errantly fails for muted #30

Open
calling opened this issue May 8, 2020 · 0 comments
Open

vue-a11y/media-has-caption errantly fails for muted #30

calling opened this issue May 8, 2020 · 0 comments

Comments

@calling
Copy link

calling commented May 8, 2020

Describe the bug
<video muted /> should not produce an error

To Reproduce
Steps to reproduce the behavior:

  1. Enable vue-a11y/media-has-caption
  2. Add <video muted />
  3. See error

Expected behavior
It should not produce an error

Desktop (please complete the following information):

  • Node: v12.15.0

Additional context
Workaround is to use <video :muted="true" />

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

No branches or pull requests

1 participant