Skip to content

Commit ff4f82f

Browse files
authoredMar 27, 2020
core(audits): remove audio-caption accessibility audit (GoogleChrome#10453)
1 parent f1216f9 commit ff4f82f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+6
-598
lines changed
 

‎lighthouse-cli/test/cli/__snapshots__/index-test.js.snap

-8
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ Object {
195195
Object {
196196
"path": "accessibility/aria-valid-attr",
197197
},
198-
Object {
199-
"path": "accessibility/audio-caption",
200-
},
201198
Object {
202199
"path": "accessibility/button-name",
203200
},
@@ -490,11 +487,6 @@ Object {
490487
"id": "aria-valid-attr",
491488
"weight": 10,
492489
},
493-
Object {
494-
"group": "a11y-audio-video",
495-
"id": "audio-caption",
496-
"weight": 10,
497-
},
498490
Object {
499491
"group": "a11y-names-labels",
500492
"id": "button-name",

‎lighthouse-cli/test/fixtures/a11y/a11y_tester.html

-4
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@
7878
aria-checked="0">
7979
</div>
8080
</section>
81-
<p>audio-caption</p>
82-
<section>
83-
<audio id="audio-caption"></audio>
84-
</section>
8581
<p>button-name</p>
8682
<section>
8783
<button id="button-name"></button>

0 commit comments

Comments
 (0)
Please sign in to comment.