Non Automatic Audio Content Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Non Automatic Audio Content Check

Description

The “Non Automatic Audio Content Check” evaluates whether audio and video elements in a web page do not start playing automatically without user initiation.

Example outcome

I haven’t found any <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