• Success Criterion 1.4.2
  • Conformance level A
  • W3C reference F93

Autoplaying Video or Audio With No Way to Pause It

1.4.2 — Audio Control

Scenario

Setting

A video streaming service's show detail page

What’s wrong

An HTML5 video/audio autoplays and the page gives no way to pause or stop it.

Example

During an audit of a video streaming service's show detail page: an HTML5 video/audio autoplays and the page gives no way to pause or stop it.

Why it matters

Screen-reader users competing with page audio, and people with auditory sensitivity. The practical effect on a video streaming service's show detail page: they miss information that's only conveyed visually.

How to test

Load a page with an HTML5 audio/video element that autoplays: check whether native or custom controls let you pause it immediately.

How to fix

Do not autoplay media with sound, or render controls / a pause button the user can reach immediately.

Outcome

That one change on a video streaming service's show detail page means they get the same information as everyone else.

Who is affected

Screen-reader users competing with page audio, and people with auditory sensitivity.

Learn more