SIA-R35<video> element visual-only content has accessible alternative

Accessibility requirements

This rule tests conformance of the following accessibility requirements:

Description

This rule checks that <video> elements without audio have an alternative available.

Applicability

This rule applies to every prerecorded <video> element visible, where the video doesn't contain audio.

Expectations

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

Assumptions

  • 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.
  • This rule assumes that the language of each test target can be correctly determined (either programmatically or by analyzing the content), and sufficiently understood.

Accessibility support

There are only a few implementations of video players (without third party technologies) that support audio description tracks at the time of writing.

Currently, the description track is not supported by most assistive technology. Accessibility support for the description track attribute is relatively low to non-existent. Video players may be able to work around the lack of support for the description track by using aria-live but few do this today.

Therefore, this rule does not consider description tracks as a valid way to provide an accessible alternative.

Examples

Acknowledgments

This document includes material copied from or derived from https://www.w3.org/WAI/standards-guidelines/act/rules/c3232f/proposed/. Copyright © 2023 W3C® (MIT, ERCIM, Keio, Beihang).