Skip to content

Commit 6644945

Browse files
committed
Fix frontmatters
1 parent 79003bf commit 6644945

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_rules/audio-transcript-2eb176.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ description: |
66
This rule checks that `audio` elements have a transcript that includes all auditory information.
77
accessibility_requirements:
88
wcag20:1.2.1: # Audio-only and Video-only (Prerecorded) (A)
9-
forConformance: true
109
secondary: This success criterion is **less strict** than this rule. This is because the rule does not consider that the audio may be a media alternative for text. Some of the failed examples satisfy this success criterion.
11-
failed: not satisfied
12-
passed: further testing needed
13-
inapplicable: further testing needed
1410
input_aspects:
1511
- DOM Tree
1612
- CSS Styling
@@ -165,7 +161,6 @@ This `audio` element has native player controls and a [non-visible][visible] int
165161
</html>
166162
```
167163

168-
169164
### Inapplicable
170165

171166
#### Inapplicable Example 1

_rules/video-transcript-1a02b0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ accessibility_requirements:
1111
passed: further testing needed
1212
inapplicable: further testing needed
1313
wcag-technique:G69: # Providing an alternative for time based media
14+
forConformance: false
15+
failed: not satisfied
16+
passed: further testing needed
17+
inapplicable: further testing needed
1418
input_aspects:
1519
- DOM Tree
1620
- CSS Styling
@@ -143,5 +147,6 @@ A video element that is not [visible][].
143147
<a href="/test-assets/rabbit-video/transcript.html">Transcript</a>
144148
</html>
145149
```
150+
146151
[visible]: #visible 'Definition of visible'
147152
[included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of included in the accessibility tree'

0 commit comments

Comments
 (0)