Skip to content

Technique G170:Providing a control near the beginning of the Web page that turns off sounds that play automatically

Applicability

All technologies where sound can be played automatically.

This technique relates to 1.4.2: Audio Control (Sufficient).

Description

The intent of this technique is to allow a user to turn off sounds that start automatically when a page loads. The control to turn off the sounds should be located near the beginning of the page to allow the control to be easily and quickly discovered by users. This is useful for those who utilize assistive technologies (such as screen readers, screen magnifiers, switch mechanisms, etc.) and those who may not (such as those with cognitive, learning and language disabilities).

In this technique, an author includes a control that makes it possible for users to turn off any sounds that are played automatically. The control should be keyboard operable, located early in the tab and reading order, and clearly labeled to indicate that it will turn off the sounds that are playing.

Examples

Example 1

A Web page contains a time-based media presentation that includes an audio track as well as an animated video describing how to repair a lawnmower engine. The page contains 2 buttons that say "Pause" and "Stop", which give the user control over when and if the time-based media plays.

Example 2

A Web page contains an embedded short film. The page contains a button that says "Pause the movie", which allows the user to pause the film.

Example 3

A Web page contains a presentation that includes video and audio. The page contains a button that says "Turn off multimedia", which allows the user to stop any video and audio from playing.

Tests

Procedure

  1. Load a Web page.
  2. Check for music or sounds that start automatically.
  3. Check that a control that allows the user to turn off the sounds is provided near the beginning of the page.

Expected Results

  • Check #3 is true.

Test Rules

The following are Test Rules related to this Technique. It is not necessary to use these particular Test Rules to check for conformance with WCAG, but they are defined and approved test methods. For information on using Test Rules, see Understanding Test Rules for WCAG Success Criteria.

Back to Top