Open calling opened 4 years ago
Describe the bug <video muted /> should not produce an error
<video muted />
To Reproduce Steps to reproduce the behavior:
vue-a11y/media-has-caption
Expected behavior It should not produce an error
Desktop (please complete the following information):
Additional context Workaround is to use <video :muted="true" />
<video :muted="true" />
Describe the bug
<video muted />
should not produce an errorTo Reproduce Steps to reproduce the behavior:
vue-a11y/media-has-caption
<video muted />
Expected behavior It should not produce an error
Desktop (please complete the following information):
Additional context Workaround is to use
<video :muted="true" />