Open
Description
Describe the bug
<video muted />
should not produce an error
To Reproduce
Steps to reproduce the behavior:
- Enable
vue-a11y/media-has-caption
- Add
<video muted />
- 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" />
Metadata
Metadata
Assignees
Labels
No labels