View the source code for this site on GitHub Skip to main content

WCAG 1.4.2 Audio Control

This page demonstrates how to meet the WCAG 2.1 criterion 1.4.2: Audio Control (Level A).

What to Avoid: Inaccessible Audio

Below is an auto-playing audio clip without any controls. Users cannot pause, stop, or adjust the volume. This fails WCAG 1.4.2.

Music by DELOSound from Pixabay

Example: Accessible Audio Control

Below is an audio clip that plays automatically. Use the provided controls to pause, stop, or adjust the volume.

Music by Omar Faruque from Pixabay

Best Practices Summary

  • Avoid auto-playing audio whenever possible
  • Always provide accessible controls for audio
  • Ensure controls are keyboard accessible
  • Test with screen readers to verify usability