Why it matters
While 1.2.3 allows a text alternative, this criterion requires actual audio descriptions for AA compliance, providing a richer experience for blind users.
Common violations
- Videos meeting only the 1.2.3 text alternative requirement
- Audio descriptions that miss important visual details
- Descriptions that talk over dialogue
- Videos with no pauses for description narration
Code examples
Bad
<!-- Video with text transcript only -->Good
<video controls>
<source src="main.mp4">
<track kind="descriptions" src="audio-desc.vtt" srclang="en">
</video>How to fix
Create audio description tracks that fit within natural pauses. For videos with few pauses, consider extended audio descriptions that pause the video.
Related criteria
Related resources
Test & fix this criterion
Use these free tools and guides to check and fix 1.2.5 Audio Description (Prerecorded) violations:
Scan your site