Skip to content

Commit

Permalink
Update video-transcript-1a02b0.md (#1647)
Browse files Browse the repository at this point in the history
* Changed title
* Removed explicit references to audio in applicability
* Removed inapplicable example 2.
  • Loading branch information
daniel-montalvo committed Jul 8, 2021
1 parent 8abdd17 commit ffe7706
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions _rules/video-transcript-1a02b0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: 1a02b0
name: '`video` element visual content has transcript'
name: 'Audio and visuals of `video` element have transcript'
rule_type: atomic
description: |
This rule checks that non-streaming `video` elements have all audio and visual information available in a transcript.
Expand Down Expand Up @@ -33,7 +33,7 @@ htmlHintIgnore:

## Applicability

This rule applies to every [non-streaming](#non-streaming-media-element) `video` element that is [visible][] where the video contains audio.
This rule applies to every [non-streaming](#non-streaming-media-element) `video` element that is [visible][].

## Expectation

Expand Down Expand Up @@ -140,18 +140,4 @@ A video element that is not [visible][].
</html>
```

#### Inapplicable Example 2

A video element without audio.

```html
<html lang="en">`
<video controls>
<source src="/test-assets/rabbit-video/silent.mp4" type="video/mp4"></source>
<source src="/test-assets/rabbit-video/silent.webm" type="video/webm"></source>
</video>
<a href="/test-assets/rabbit-video/transcript.html">Transcript</a>
</html>
```

[visible]: #visible 'Definition of visible'

0 comments on commit ffe7706

Please sign in to comment.