Skip to content

Commit

Permalink
fix(video-caption): remove excludeHidden: false (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschwendy authored Jul 22, 2022
1 parent f909b99 commit a3e4bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/video-caption.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"id": "video-caption",
"selector": "video",
"excludeHidden": false,
"tags": [
"cat.text-alternatives",
"wcag2a",
Expand Down
4 changes: 4 additions & 0 deletions test/integration/rules/video-caption/video-caption.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
<track kind="descriptions" />
<track kind="captions" />
</video>

<!-- Inapplicable -->
<!-- inapplicable 1 -->
<video src="" controls style="display: none;"></video>

0 comments on commit a3e4bbe

Please sign in to comment.