Skip to main content

WCAG 2.2 Requirements: What Your Website Needs to Be Compliant

WCAG 2.2 is the accessibility standard courts reference in ADA cases. Here is what it requires and what changed from previous versions.

WCAG (Web Content Accessibility Guidelines) is published by the W3C's Web Accessibility Initiative. Version 2.2 became a W3C Recommendation on October 5, 2023. It is the standard that courts, regulators, and plaintiffs' attorneys reference when evaluating website accessibility.

The Four WCAG Principles

Every WCAG criterion falls under one of four principles, often abbreviated as POUR:

1. Perceivable

Users must be able to perceive the content. This means:

  • Text alternatives for non-text content (images, icons, charts) (1.1.1)
  • Captions and transcripts for audio and video (1.2.x)
  • Sufficient color contrast: at least 4.5:1 for normal text, 3:1 for large text (1.4.3)
  • Content reflows at up to 400% zoom without horizontal scrolling (1.4.10)
  • No information conveyed by color alone (1.4.1)

2. Operable

Users must be able to operate the interface:

  • Full keyboard accessibility: every function reachable without a mouse (2.1.1)
  • No keyboard traps: users can always tab away from any element (2.1.2)
  • Enough time to read and interact with content (2.2.1)
  • No content that flashes more than 3 times per second (2.3.1)
  • Skip navigation links so keyboard users can bypass repeated menus (2.4.1)
  • Focus visible: keyboard focus indicator is always visible (2.4.7)

3. Understandable

Content and UI must be understandable:

  • Page language declared in HTML (3.1.1)
  • Consistent navigation across pages (3.2.3)
  • Labels and instructions for form inputs (3.3.2)
  • Error identification: errors are clearly described in text (3.3.1)
  • Error suggestion: when possible, suggest corrections (3.3.3)

4. Robust

Content must be robust enough for assistive technologies:

  • Valid, well-structured HTML that assistive technology can parse
  • ARIA attributes used correctly with proper name, role, and value (4.1.2)
  • Status messages communicated to assistive technology without focus change (4.1.3)

Conformance Levels: A, AA, AAA

WCAG defines three conformance levels:

  • Level A: The minimum. Addresses the most severe barriers. Example: all images must have alt text (1.1.1).
  • Level AA: The standard target for legal compliance. Adds requirements like color contrast minimums (1.4.3) and consistent navigation (3.2.3). This is what the DOJ's April 2024 Title II rule references.
  • Level AAA: The highest level. Includes criteria like enhanced contrast (7:1 ratio) and sign language for multimedia. AAA conformance for an entire site is generally not realistic or expected.
For legal compliance purposes, WCAG 2.2 Level AA is the target.

What Changed in WCAG 2.2

WCAG 2.2 added nine new success criteria beyond WCAG 2.1:

CriterionLevelWhat It Requires
Focus Not Obscured (Minimum) (2.4.11)AAFocused element is not entirely hidden by other content
Focus Not Obscured (Enhanced) (2.4.12)AAAFocused element is not partially hidden
Focus Appearance (2.4.13)AAAFocus indicator meets minimum size and contrast
Dragging Movements (2.5.7)AADrag functionality has a single-pointer alternative
Target Size (Minimum) (2.5.8)AATouch/click targets are at least 24x24 CSS pixels
Consistent Help (3.2.6)AHelp mechanisms appear in the same relative location
Redundant Entry (3.3.7)APreviously entered info is auto-populated or selectable
Accessible Authentication (Minimum) (3.3.8)AALogin does not require cognitive function tests (or provides alternatives)
Accessible Authentication (Enhanced) (3.3.9)AAAStricter authentication accessibility

WCAG 2.2 also removed criterion 4.1.1 (Parsing), because modern browsers handle parsing errors consistently enough that it is no longer a meaningful accessibility barrier.

How Courts Reference WCAG

Courts do not always cite a specific WCAG version. Common patterns:

  • The DOJ's April 2024 final rule for Title II (state/local government) websites explicitly requires WCAG 2.1 AA compliance with specific deadlines.
  • Settlement agreements in Title III (private business) cases frequently require WCAG 2.0 or 2.1 AA compliance, with some newer agreements referencing 2.2.
  • Plaintiffs' complaints often cite specific WCAG criteria as evidence of non-compliance.

Meeting WCAG 2.2 AA covers everything in 2.0 and 2.1, so it is the most comprehensive target.

How to Test Against WCAG 2.2

  1. Run an automated scan: OnePageAudit checks your page against critical WCAG 2.2 AA criteria and maps each violation to the specific WCAG rule.
  2. Manual keyboard testing: Tab through your entire site. Verify focus is visible, no traps exist, and all interactive elements are reachable.
  3. Screen reader testing: Use NVDA (free, Windows) or VoiceOver (built into macOS) to navigate your site.
  4. Check the new 2.2 criteria: Pay attention to target sizes (2.5.8), focus visibility (2.4.11), and authentication flows (3.3.8).
Scan your website against WCAG 2.2 for free Related reading:

Frequently Asked Questions

What is the difference between WCAG Level A, AA, and AAA?
Level A covers the most basic accessibility requirements (e.g., all images need alt text). Level AA adds requirements like minimum color contrast ratios and consistent navigation. Level AAA is the highest level and includes criteria like sign language interpretation for video. Courts and regulations typically reference Level AA as the compliance target.
Is WCAG 2.2 legally required?
WCAG itself is a W3C recommendation, not a law. However, the DOJ's April 2024 final rule for state and local government websites (ADA Title II) explicitly references WCAG 2.1 AA. For private businesses under Title III, courts routinely use WCAG 2.1/2.2 AA as the benchmark. Practically speaking, meeting WCAG 2.2 AA is the safest path.
What is new in WCAG 2.2 compared to 2.1?
WCAG 2.2 added nine new success criteria, including: Focus Not Obscured (2.4.11), Dragging Movements (2.5.7), Target Size Minimum (2.5.8), Consistent Help (3.2.6), Redundant Entry (3.3.7), and Accessible Authentication (3.3.8). It also removed criterion 4.1.1 (Parsing), which is no longer relevant to modern browsers.

Scan your website free

Find ADA compliance issues in under 60 seconds. No account required.

Run Free Scan