Skip to main content
WCAG success criterion · Perceivable

1.4.2 Audio Control

Guideline 1.4 Distinguishable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

If audio plays automatically for more than 3 seconds, users must be able to pause, stop it, or control its volume independently of the system volume.

Who it helps

Screen reader users, whose own speech output is drowned out by page audio.

Example: fails vs passes

Fails
<audio src="theme.mp3" autoplay loop></audio>
Passes
<!-- no autoplay at all; user starts playback -->
    <audio src="theme.mp3" controls></audio>

Auto-playing sound drowns out screen reader speech. Not autoplaying is the simplest sufficient technique.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.4.2?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial