01
Developers
Every WCAG 2.2 criterion mapped to the ARIA wiring, keyboard handling, and focus semantics that make it pass. Framework-specific component patterns (React, Vue, Svelte, Angular) roll out next.
WCAG 2.2 · Plain language · Linked to the spec
Every WCAG 2.2 success criterion, explained in plain language and linked to the official W3C Understanding document.
For the people who ship
01
Every WCAG 2.2 criterion mapped to the ARIA wiring, keyboard handling, and focus semantics that make it pass. Framework-specific component patterns (React, Vue, Svelte, Angular) roll out next.
02
AAA colour tokens, focus indicators that survive brand reviews, and motion rules that respect reduced-motion — all grounded in the criteria below. Design-system guides expand from here.
03
Every criterion written the way an audit report cites it. Axe, Lighthouse, and case-study mappings land on top of this spine as content grows.
Long-form guides · Cluster A
Non-text Content
Every image, icon, chart, form control, and embedded media needs a text alternative that conveys the same purpose — so screen readers, braille displays, and text-only browsers can access it.
Read the guide →
Info and Relationships
Structure must be conveyed in code, not just visual styling. Use real headings, lists, tables, fieldsets, and ARIA roles so assistive tech can parse relationships.
Read the guide →
Contrast (Minimum)
Text must have a contrast ratio of at least 4.5:1 against its background. Large text (≥18pt or 14pt bold) may go as low as 3:1.
Read the guide →
Keyboard
All functionality must be operable through a keyboard interface, without requiring specific timings for individual keystrokes.
Read the guide →
Link Purpose (In Context)
The purpose of each link can be determined from the link text alone, or from the link text together with its programmatically determined context.
Read the guide →
Focus Visible
Every keyboard-operable component must have a visible focus indicator. Removing the outline with CSS and providing no replacement fails.
Read the guide →