Skip to content

Commit

Permalink
Template update - video with audio has audio description (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Vemola authored and WilcoFiers committed May 7, 2019
1 parent bff2329 commit 1437e55
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions _rules/video-audio-alternative-1ec09b.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ name: video with audio has audio description
rule_type: composite
description: |
This rule checks video elements with audio have audio description
success_criterion:
- 1.2.5 # Audio Description (Prerecorded)§
atomic_rules:
accessibility_requirements:
wcag20:1.2.5: # Audio Description (Prerecorded) (AA)
forConformance: true
failed: not satisfied
passed: further testing needed
inapplicable: further testing needed
input_rules:
- video-audio-described-1ea59c
- video-media-alternative-ab4d13
- video-description-track-f196ce
Expand All @@ -15,13 +19,12 @@ authors:
- Brian Bors
---

## Test Procedure

### Applicability
## Applicability

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

### Expectation
## Expectation

For each test target, the outcome of at least one of the following rules is passed:

Expand All @@ -33,7 +36,7 @@ For each test target, the outcome of at least one of the following rules is pass

This rule assumes that a mechanism is available to start the video and that the video element is not simply used to display the [poster](https://www.w3.org/TR/html5/semantics-embedded-content.html#element-attrdef-video-poster).

## Accessibility support
## Accessibility Support

See [Video element description track: accessibility support](https://auto-wcag.github.io/auto-wcag/rules/SC1-2-Video-description-track.html#accessibility-support).
See [Video with audio has audio description: accessibility support](https://auto-wcag.github.io/auto-wcag/rules/SC1-2-video-audio-description.html#accessibility-support).
Expand All @@ -50,7 +53,7 @@ See [Video with audio has audio description: accessibility support](https://auto

### Passed

#### Pass example 1
#### Pass Example 1

A video element with a voiceover that describes the visual information.

Expand All @@ -67,7 +70,7 @@ A video element with a voiceover that describes the visual information.
</video>
```

#### Pass example 2
#### Pass Example 2

A video element with a track element that contains descriptions.

Expand All @@ -82,7 +85,7 @@ A video element with a track element that contains descriptions.
</video>
```

#### Pass example 3
#### Pass Example 3

A video element that describes some of the text on the same page. The text on the page labels the video as an alternative.

Expand All @@ -102,7 +105,7 @@ A video element that describes some of the text on the same page. The text on th

### Failed

#### Fail example 1
#### Fail Example 1

A video element with an incorrect audio description.

Expand All @@ -119,7 +122,7 @@ A video element with an incorrect audio description.
</video>
```

#### Fail example 2
#### Fail Example 2

A video element with a track element that contains incorrect descriptions.

Expand All @@ -134,7 +137,7 @@ A video element with a track element that contains incorrect descriptions.
</video>
```

#### Fail example 3
#### Fail Example 3

A video element with a link to a text transcript.

Expand All @@ -148,7 +151,7 @@ A video element with a link to a text transcript.

### Inapplicable

#### Inapplicable example 1
#### Inapplicable Example 1

A video element without audio.

Expand All @@ -159,7 +162,7 @@ A video element without audio.
</video>
```

#### Inapplicable example 2
#### Inapplicable Example 2

A video element that is not visible on the page.

Expand Down

0 comments on commit 1437e55

Please sign in to comment.