WCAG 2.1 Level AA: The Standard That Decides Lawsuits
When a court, the DOJ, or a demand-letter attorney asks whether your site is accessible, this is the rulebook they're checking against.
What WCAG actually is
The Web Content Accessibility Guidelines (WCAG) are published by the World Wide Web Consortium (W3C) — the same standards body that defines HTML and CSS. Version 2.1 was released in June 2018 and added 17 new success criteria to address mobile devices, low vision, and cognitive disabilities. WCAG ships in three conformance levels: A (the bare minimum), AA (the legal benchmark), and AAA (the gold standard, often impractical for full sites).
Why Level AA is the level that matters
Level AA is referenced by virtually every accessibility law on the planet — ADA Title III settlements, the DOJ's 2024 Final Rule for state and local governments, Section 508 (federal agencies), the European EN 301 549 standard, and Ontario's AODA. When a plaintiff's attorney files a complaint, they almost always allege failure to meet WCAG 2.1 Level AA. When the DOJ enters into a settlement, they almost always require WCAG 2.1 Level AA as the remediation target.
The four POUR principles
WCAG organizes 50 Level AA success criteria under four high-level principles:
- Perceivable — users must be able to perceive the content. Text alternatives for images, captions for video, sufficient color contrast (4.5:1 for body text).
- Operable — users must be able to operate the interface. Full keyboard support, no keyboard traps, enough time to read, no seizure-inducing flashes.
- Understandable — users must be able to understand the content and the UI. Clear labels, predictable navigation, helpful error messages.
- Robust — content must work with current and future assistive technologies. Valid HTML, proper ARIA, name/role/value exposed for every component.
The success criteria that get businesses sued
In our experience, the same handful of failures appear in nearly every ADA demand letter:
- Missing or incorrect
alttext on images - Insufficient color contrast on buttons, links, and form fields
- Form fields without programmatically associated labels
- No visible focus indicators when tabbing through the page
- Modal dialogs and menus that trap or mismanage keyboard focus
- Videos without captions or transcripts
- Touch targets smaller than 44×44 pixels on mobile
- Content that breaks when the user zooms to 200%
What "AA conformance" really means
A site conforms to Level AA when every page that's part of a complete process meets every Level A and Level AA success criterion. Conformance is per-page and per-state — a homepage that conforms doesn't make the checkout page conform. This is why one-time audits without monitoring are so risky: a single deploy can re-introduce a violation that gets flagged the next time a scanner crawls your site.
How to actually get there
A real WCAG 2.1 AA program looks like this: (1) automated + manual audit against every success criterion, (2) remediation of violations in code and content, (3) screen-reader and keyboard-only verification by a human, (4) certification with a date-stamped report, and (5) ongoing monitoring so you don't drift back out of compliance the next time someone updates a page. Anything less is theater.
Start with a free scan. We'll deliver a line-itemed proposal your CPA can use for Section 44 and Section 190.
- ADA Title III: Why Almost Every Business Is Covered
- The DOJ's 2024 Final Rule: What Changed and Who Has to Act
- ADA Tax Credits & Deductions: Recover Most of Your Compliance Cost
- Website Builders Are the Biggest Offenders — Here's How to Fix That
- Chambers of Commerce Are the First Line of Defense — Most Members Don't Even Know the Law Exists
