WCAG 2.1 Reference

WCAG 2.1 Success Criteria

WCAG 2.1 is the technical standard cited in nearly every ADA web lawsuit and demand letter in the United States. It defines what an accessible website actually is — broken into four principles (Perceivable, Operable, Understandable, Robust), each with concrete success criteria at three conformance levels (A, AA, AAA).

The pages below explain each criterion in plain English, show what failing examples look like in real code, and walk through the fix. Level AA is the de-facto US compliance target — that's the level you should be targeting unless a specific contract or jurisdiction requires AAA.

Perceivable

Information must be presented in ways users can perceive — text alternatives for images, captions for video, content that adapts to assistive tech.

Operable

All functionality must work via keyboard, give users enough time, avoid seizure triggers, and help users navigate.

Understandable

Text must be readable, pages must behave predictably, and forms must help users avoid and correct mistakes.

Robust

Content must remain accessible as user agents and assistive tech evolve — valid markup, proper ARIA, name/role/value exposed.

Scan your site against WCAG 2.1 AA free

ADA CodeFix runs the same WCAG 2.1 AA checks plaintiffs' firms use, flags every failure on your site, and generates copy-pastable code fixes for the ones a scanner can confirm.

Scan My Site Free