Skip to content

Commit 80e1186

Browse files
authored
Remove incorrect Failed Example (#2367)
1 parent 8a338c7 commit 80e1186

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

_rules/video-only-transcript-ee13b5.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ accessibility_requirements:
1212
passed: further testing needed
1313
inapplicable: further testing needed
1414
wcag20:1.3.1: # Info and Relationships (A)
15-
secondary: This success criterion is **related** to this rule. This is because this criterion applies to a visible transcript.
15+
secondary: This success criterion is **related** to this rule. This is because this criterion applies to a visible transcript.
1616
wcag20:1.2.1: # Audio-only and Video-only (Prerecorded) (A)
1717
secondary: This success criterion is **less strict** than this rule. This is because this criterion does not require a transcript when the audio-only or video-only is a media alternative for text and is clearly labeled as such. Some of the failed examples may satisfy this success criterion.
1818

@@ -146,22 +146,6 @@ This `video` element, which has no audio, has an incorrect text transcript avail
146146

147147
#### Failed Example 3
148148

149-
This `video` element, which has no audio, has a text transcript available on the same page, but the transcript is not [visible][].
150-
151-
```html
152-
<html lang="en">
153-
<video controls>
154-
<source src="/test-assets/rabbit-video/silent.mp4" type="video/mp4"></source>
155-
<source src="/test-assets/rabbit-video/silent.webm" type="video/webm"></source>
156-
</video>
157-
<p style="text-indent: -9999px;">This video shows a giant fat rabbit climbing out of a hole in the ground.
158-
He stretches, yawns, and then starts walking.
159-
Then he stops to scratch his bottom.</p>
160-
</html>
161-
```
162-
163-
#### Failed Example 4
164-
165149
This `video` element, which has no audio, has a text transcript available on the same page, but the transcript is not [included in the accessibility tree][].
166150

167151
```html

0 commit comments

Comments
 (0)