Skip to content

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

Open
@calling

Description

@calling

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" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions