Skip to main content
WCAG success criterion · Perceivable

1.2.2 Captions (Prerecorded)

Guideline 1.2 Time-based Media. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

All prerecorded video with sound must have synchronized captions that include dialogue and meaningful sound effects, and identify who is speaking.

Who it helps

People who are deaf or hard of hearing, plus everyone watching in a sound-off environment.

Example: fails vs passes

Fails
<video src="demo.mp4" controls></video>
Passes
<video src="demo.mp4" controls>
    <track kind="captions" src="demo.en.vtt" srclang="en" label="English">
    </video>

A captions track carries dialogue, speaker changes and meaningful sounds. Fix auto-generated captions before publishing.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.2.2?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial