Audio Control (1.4.2)
Audio that plays automatically for more than three seconds must provide a mechanism to pause, stop, or control the volume independently of the system volume.
WCAG Reference
Applies to: WCAG 2.0, WCAG 2.1, WCAG 2.2 Introduced in: WCAG 2.0 | Level: A | Read the official specification →
What this rule checks
The scanner identifies pages where audio or video with sound starts automatically and runs beyond three seconds without an accessible pause or volume control.
Why it matters
Screen-reader users hear both the assistive technology output and the page audio simultaneously. Autoplaying audio can drown out the screen reader, making the page unusable until the user can locate and silence the media.
Common failure patterns
- background music or ambient audio that starts on page load with no pause button
- video banners set to autoplay with sound enabled
- audio players that autoplay and are positioned below the fold, requiring scroll to reach controls
Remediation guidance
- never autoplay audio; if autoplay is required, start muted and let the user opt in
- provide a visible, keyboard-accessible pause or mute control near the top of the page
- ensure the control is the first or one of the first focusable elements so screen-reader users reach it quickly
