Automatic Audio Content Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Automatic Audio Content Check

Description

The “Automatic Audio Content Check” evaluates whether any audio or video elements on a web page are set to start playing automatically without user initiation.

Example outcome

I found 1 <audio> or <video> element that plays automatically.

Impact

Fixes

To address automatically starting audio or video content:

  1. Locate the audio/video element.
  2. Remove the autoplay attribute from the element.
  3. Ensure that all audio and video elements have proper controls like play, pause, and volume.
  4. If the auto-play behavior is necessary for some reason (e.g., a feature or marketing), ensure that users can easily disable it or that it doesn’t interfere with other interactions. For example, use a muted autoplay where applicable, but always allow user control to resume or unmute.

Resources