W3C Standard — Published October 5, 2023

WCAG 2.2 AA Checklist: All Success Criteria Explained

WCAG 2.2 is the current W3C web accessibility standard. This checklist covers all 57 Level A and AA success criteria — including the 9 new criteria added in WCAG 2.2 — with practical testing guidance for each.

Updated March 2026 15 min read By PageGuard Team

ADA Title II Deadline: April 24, 2026

Government and public-sector websites must comply with WCAG 2.1 Level AA. Meeting WCAG 2.2 AA automatically satisfies this requirement. Learn about the ADA deadline →

Check your site's accessibility score now

Free WCAG scan — instant results, no signup needed.

In This Guide

  1. 1. WCAG 2.2 Overview: What Changed from 2.1
  2. 2. New Success Criteria in WCAG 2.2
  3. 3. Perceivable (Principle 1) — Checklist
  4. 4. Operable (Principle 2) — Checklist
  5. 5. Understandable (Principle 3) — Checklist
  6. 6. Robust (Principle 4) — Checklist
  7. 7. How to Test for WCAG 2.2 Compliance
  8. 8. WCAG 2.2 and the ADA Title II Deadline
  9. 9. Frequently Asked Questions

1. WCAG 2.2 Overview: What Changed from 2.1

WCAG 2.2 was published by the W3C on October 5, 2023, superseding WCAG 2.1 (June 2018). It is backward compatible — any website meeting WCAG 2.2 AA automatically meets WCAG 2.1 AA and WCAG 2.0 AA.

The update focuses on three main areas where WCAG 2.1 had gaps:

One criterion was removed: Parsing (4.1.1), which required valid HTML to ensure screen readers could parse markup correctly. Modern browsers handle malformed HTML gracefully, making this criterion redundant.

2. New Success Criteria in WCAG 2.2

WCAG 2.2 introduces 9 new success criteria. If you currently meet WCAG 2.1 AA, these are the additional criteria you need to address to reach WCAG 2.2 AA:

Criterion Level What It Requires
2.4.11 Focus Not Obscured (Min) AA When a component receives keyboard focus, it must not be entirely hidden by sticky headers, modals, or other content
2.4.13 Focus Appearance AA Focus indicators must have sufficient size (perimeter ≥ component perimeter) and contrast (3:1 ratio) to be clearly visible
2.5.7 Dragging Movements AA Any functionality that uses dragging must have an alternative single-pointer method (e.g., a click/tap alternative)
2.5.8 Target Size (Minimum) AA Interactive targets must be at least 24×24 CSS pixels, or have sufficient spacing from neighboring targets
3.2.6 Consistent Help A Help mechanisms (chat, phone, FAQ links) must appear in a consistent location across pages
3.3.7 Redundant Entry A Users must not be required to re-enter information they already provided in the same session (e.g., shipping = billing address)
3.3.8 Accessible Authentication (Min) AA Authentication must not require users to solve cognitive puzzles (transcribing text, solving math) — must allow copy-paste and password managers
2.4.12 Focus Not Obscured (Enh) AAA No part of the focused component may be hidden (stricter than the AA version)
3.3.9 Accessible Authentication (Enh) AAA No cognitive function test is required for authentication at all (even with alternative methods)

3. Perceivable — Checklist

Information and user interface components must be presentable to users in ways they can perceive.

1.1 Text Alternatives

1.2 Time-based Media

1.3 Adaptable

1.4 Distinguishable

4. Operable — Checklist

User interface components and navigation must be operable.

2.1 Keyboard Accessible

2.4 Navigable

2.5 Input Modalities

5. Understandable — Checklist

Information and the operation of the user interface must be understandable.

3.1 Readable

3.2 Predictable

3.3 Input Assistance

6. Robust — Checklist

Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.

4.1 Compatible

Note: WCAG 2.2 removed criterion 4.1.1 (Parsing) that was present in WCAG 2.1. Modern browsers handle malformed HTML gracefully, making this criterion redundant. If you were previously tracking this criterion, you can remove it from your checklist.

7. How to Test for WCAG 2.2 Compliance

No single tool catches all WCAG violations. Effective testing combines automated scanning with manual review:

Automated Testing (30–40% coverage)

  • • Color contrast failures (1.4.3, 1.4.11)
  • • Missing alt text (1.1.1)
  • • Missing form labels (1.3.1, 3.3.2)
  • • Missing page title (2.4.2)
  • • Missing lang attribute (3.1.1)
  • • ARIA attribute errors (4.1.2)

Manual Testing Required

  • • Keyboard navigation (2.1.1)
  • • Focus visibility (2.4.7, 2.4.11, 2.4.13)
  • • Screen reader testing (NVDA/VoiceOver)
  • • Target sizes (2.5.8)
  • • Auth accessibility (3.3.8)
  • • Video captions review (1.2.2)

8. WCAG 2.2 and the ADA Title II Deadline

The DOJ's final rule (April 2024) requires state and local government entities to meet WCAG 2.1 Level AA by April 24, 2026. The rule does not require WCAG 2.2.

However, since WCAG 2.2 is backward compatible with WCAG 2.1, targeting WCAG 2.2 AA is the recommended approach:

For private businesses under ADA Title III, there is no specific WCAG version mandated — courts apply a "functional equivalence" standard. Targeting WCAG 2.2 AA is the safest approach.

Frequently Asked Questions

What is WCAG 2.2 and how is it different from WCAG 2.1?
WCAG 2.2 is the latest version of the Web Content Accessibility Guidelines, published October 5, 2023. It adds 9 new success criteria to WCAG 2.1, removes the redundant Parsing criterion, and focuses on mobile usability, cognitive accessibility, and keyboard focus. It is fully backward compatible — meeting WCAG 2.2 AA means you meet WCAG 2.1 AA.
Does the ADA Title II deadline require WCAG 2.1 or WCAG 2.2?
The DOJ's ADA Title II final rule requires WCAG 2.1 Level AA by April 24, 2026. Targeting WCAG 2.2 AA is strongly recommended as it's backward compatible (automatically satisfies WCAG 2.1 AA) and aligns with the current W3C standard.
How many success criteria does WCAG 2.2 AA have?
WCAG 2.2 Level AA has 57 success criteria (Level A + Level AA combined). The full specification including Level AAA has 86 criteria. For ADA, Section 508, and most legal compliance, the target is the 57 Level A and AA criteria.
How do I quickly check my website for WCAG 2.2 issues?
Use PageGuard's free accessibility checker to scan your website for WCAG violations in 30 seconds. It identifies contrast failures, missing alt text, form label issues, and other common WCAG violations. Automated scanning catches 30–40% of issues; pair it with manual keyboard navigation testing and screen reader checks for comprehensive coverage.
Is WCAG 2.3 coming? Should I wait?
The W3C is working on WCAG 3.0 (not 2.3), a major redesign of the guidelines with a new conformance model. WCAG 3.0 is in draft and is not expected to be finalized or required by law before 2028 at the earliest. Target WCAG 2.2 AA now — don't wait for WCAG 3.0.

Related Resources

Check your WCAG 2.2 compliance now

Free accessibility scan — instant results, no account required