Back to Guidelines
- Perceivable
- WCAG 1.4.2
- Level A
What is Audio Control?
Audio that plays automatically for more than three seconds must provide controls so users can pause, stop, or adjust volume.
Users should never be trapped by sound they cannot easily control.
- Screen reader users.
- People in quiet environments.
- Anyone who needs predictable media behavior.
- Improves Accessibility
- Media Control
- Better User Experience
- Supports Compliance
Good vs Bad Examples
Use the tabs to compare controlled audio with autoplaying audio.
Audio with controls
html live code
<audio controls src="song.mp3"></audio>Why this is correct:
- Provides visible pause and volume controls.
- Lets users stop unexpected sound.
- Supports WCAG 1.4.2.
Implementation Checklist
Progress0 / 6 completed (0%)
Knowledge Check
Answer Yes or No to test your understanding of audio control.
Score: 0 / 5 · Answered: 0 / 5