RatedWithAI

RatedWithAI

Accessibility scanner

WCAG 2.1

1.2.3 Audio Description or Media Alternative (Prerecorded)

Level A success criterion

Provide audio description or a full text alternative for prerecorded video content in synchronized media.

Why it matters

Blind and low-vision users cannot see visual information in videos. Audio descriptions narrate important visual details during natural pauses.

Common violations

  • Training videos with visual demonstrations but no description
  • Product demos that show UI without describing actions
  • Educational content where visual graphics are not described
  • No text alternative summarizing video content

Code examples

Bad

<video controls>
  <source src="product-demo.mp4">
</video>

Good

<video controls>
  <source src="product-demo.mp4">
  <track kind="descriptions" src="demo-descriptions.vtt" srclang="en" label="Audio descriptions">
</video>

How to fix

Add audio description tracks that narrate visual information, or provide a complete text transcript including visual descriptions alongside the video.

Related criteria

Related resources

Test & fix this criterion

Use these free tools and guides to check and fix 1.2.3 Audio Description or Media Alternative (Prerecorded) violations:

Scan your site

Check your WCAG coverage in minutes

Start a free scan