Free resource

WCAG 2.2 Checklist (Level AA)

A practical, plain-English checklist of the WCAG 2.2 AA success criteria — grouped by the four principles, with what to check and why. No jargon, no signup.

WCAG 2.2 Level AA is the bar most laws and contracts point to — the European Accessibility Act, most ADA-related claims, and public-sector rules around the world. It's organised under four principles, easy to remember as POUR: content must be Perceivable, Operable, Understandable, and Robust. Work down each list below; a tool can confirm the automatable half in seconds (more on that further down).

1. Perceivable

Users must be able to perceive the content — through sight, sound, or assistive tech.

2. Operable

Every control must work — for keyboard, switch, and touch users, not just a mouse.

3. Understandable

Content and controls must be predictable and easy to operate without mistakes.

4. Robust

Content must work reliably with browsers and assistive technologies, now and later.

Don't run this by hand

Loupe scans any page for the automatable half of this checklist — contrast, alt text, labels, ARIA, and more — and shows every issue in context with plain-English fixes. Free, runs locally in your browser.

Add Loupe to Chrome — free

Automated testing catches a large share of issues, not every one — Loupe is a powerful first pass, not a replacement for manual review against the full list above.

FAQ

What's the difference between WCAG A, AA, and AAA?

A is the minimum, AA is the standard most laws and contracts require, and AAA is the strictest (rarely required site-wide). Aim for AA.

Is WCAG 2.2 a legal requirement?

It's the technical standard that regulations point to — the European Accessibility Act (in force 2025), Section 508 in the US, and the standard most ADA web claims are measured against. Conforming to 2.2 AA is the safe target.

Can I check all of this automatically?

No tool catches everything — things like meaningful alt text and logical reading order need human judgement. But automated scanning instantly catches a large share (contrast, missing labels, ARIA errors, and more), which is the fastest way to clear the bulk of issues. Loupe does exactly that.