Guide · The standard

WCAG 2.2:the nine things that changed, in plain English.

WCAG is the checklist almost every accessibility law in the world points to. Version 2.2 adds nine success criteria and removes one. This guide explains each new criterion with a concrete problem and fix, tells you which ones the law actually asks for, and shows which WCAG version your regulation references today.

Last updated · Every criterion number and conformance level below is quoted from the W3C's own "What's New in WCAG 2.2" and the WCAG 2.2 Recommendation. Reviewed by the FlexAccesses accessibility team.

What WCAG actually is

WCAG — the Web Content Accessibility Guidelines — is a set of testable statements about what makes web content usable by people with disabilities. It is published by the World Wide Web Consortium (W3C), the same body that maintains the standards behind HTML and CSS. It is not a law. It is the technical checklist that laws around the world borrow when they need to define what "accessible" means, which is why the same document sits behind the ADA in the United States, the European Accessibility Act, and public-sector rules on several continents.

Everything in WCAG hangs off four principles, easiest to remember by their initials, POUR: content must be Perceivable, Operable, Understandable and Robust. Under those sit guidelines, and under the guidelines sit the individual, testable success criteria — the numbered items like "1.4.3 Contrast" that an auditor actually checks against. WCAG 2.2 has 87 of them.

The four POUR principles every WCAG success criterion sits under.

2.0, 2.1 and 2.2 are all live — 2.2 does not cancel the others

A common misconception is that a new version retires the old one. It doesn't. W3C states that WCAG 2.0, 2.1 and 2.2 are all existing standards, and 2.2 does not deprecate or supersede 2.1. They are designed to stack: content that conforms to 2.2 also conforms to 2.1 and 2.0. W3C simply encourages you to use the latest version.

A, AA, AAA — and the only level that matters in practice

Every success criterion carries a conformance level. Level A is the floor — the most essential barriers. Level AA adds the requirements that make a site genuinely usable, and it is the level that virtually every law and contract asks for. Level AAA is the most demanding tier; W3C itself notes it is not recommended as a blanket requirement for whole sites, because some content cannot meet it. When someone says "WCAG compliant" without a level, they almost always mean AA.

AEssential — the floorAAThe legal and practical targetAAAEnhanced — not a blanket requirement
Levels stack: meeting AA means you've met A too. AAA sits on top but isn't required across a whole site.

WCAG 2.2 at a glance

WCAG 2.2 became a W3C Recommendation on 5 October 2023, and on 21 October 2025 it was approved as an international standard, ISO/IEC 40500:2025 — which makes it easier for more countries to adopt it directly. Set against 2.1, the change is small and additive.

9new success criteria added since 2.1
6of them at Level A or AA — the levels laws ask for
1criterion removed — 4.1.1 Parsing
87total testable success criteria in 2.2

The nine additions were written to close known gaps in three areas: people who navigate by keyboard, people with motor impairments — especially on touchscreens — and people with cognitive and learning disabilities. If your site uses drag-and-drop, sticky headers, small touch targets, CAPTCHAs, or multi-step forms, WCAG 2.2 speaks directly to you.

The nine new success criteria

Each card opens to a plain-language explanation, a real barrier it prevents, the fix, and who on your team owns it. The problem-and-fix examples are drawn from W3C's own persona scenarios. Level is shown on every card — the six A/AA ones are what you focus on for legal conformance; the three AAA ones are worth knowing but rarely required wholesale.

2.4

Navigable

Help people find content and know where they are.

2.4.11Focus Not Obscured (Minimum)AA

When an element receives keyboard focus, it must not be entirely hidden behind other content you added — like a sticky header or a cookie banner.

The barrier"There's a banner always across the bottom. When I tab, some items are hidden behind it and I can't see where I am."
The fixAdd scroll-padding so focused elements are pushed clear of sticky bars, or dismiss overlays when focus enters the area behind them.

Owner: developerW3C Understanding doc (opens in a new tab)

2.4.12Focus Not Obscured (Enhanced)AAA

The stricter sibling of 2.4.11: when an element receives focus, no part of it may be hidden by author content — not even partially.

The barrierEven a partially clipped focused control is hard to read for people with low vision or attention differences.
The fixSame techniques as 2.4.11, applied so the focused element is fully in view with margin to spare.

Owner: developerW3C Understanding doc (opens in a new tab)

2.4.13Focus AppearanceAAA

The focus indicator itself must be big enough and high-contrast enough to see: at least the area of a 2px-thick outline around the element, and a 3:1 contrast between the focused and unfocused states.

The barrier"I can't tell where the keyboard focus is as I move around the page." A faint 1px outline disappears for many older users.
The fixUse a thick, high-contrast focus ring — exactly what this page does: a 3px solid outline with 2px offset on every focusable element.

Owner: designer + developerW3C Understanding doc (opens in a new tab)

2.5

Input Modalities

Make things operable beyond a mouse and keyboard.

2.5.7Dragging MovementsAA

Anything that works by dragging must also work with a simple single click or tap — unless the dragging is truly essential.

The barrier"I cannot hold down the mouse button and drag accurately enough to reorder these items." True for hand tremor and many motor conditions.
The fixProvide click-based alternatives — up/down arrows next to a sortable list, a "move to" menu, or tap-to-place instead of drag-to-place.

Owner: developerW3C Understanding doc (opens in a new tab)

2.5.8Target Size (Minimum)AA

Tap and click targets must be at least 24×24 CSS pixels, or have enough spacing that a 24px circle centred on each doesn't overlap its neighbours. Inline text links are exempt.

The barrier"The buttons are so close I hit Cancel when going for Submit, then have to start over." A daily reality for hand tremor and for anyone on a moving bus.
The fixSize interactive elements to 24px minimum (44px is even safer for primary actions) and add spacing between them. It's a CSS change, not a redesign.

Owner: designer + developerW3C Understanding doc (opens in a new tab)

The same buttons at 16px (touching) and at the 24px minimum with spacing. Every interactive control on this page meets the 24px rule.
3.2

Predictable

Make pages behave in ways people expect.

3.2.6Consistent HelpA

If a help mechanism — a contact link, phone number, or chat — appears on multiple pages, it must appear in the same relative place each time.

The barrier"I've seen a Chat option in some places, but I can't find it now." Moving help around forces people to re-learn each page.
The fixKeep the help entry point in a consistent spot — a fixed corner or the same header position — across the whole site.

Owner: designer + contentW3C Understanding doc (opens in a new tab)

3.3

Input Assistance

Help people avoid and recover from mistakes.

3.3.7Redundant EntryA

Don't ask for the same information twice in one process. Auto-fill it, or let the user pick it from what they already entered.

The barrier"I have to re-type information I entered in a previous step." Hard for anyone with memory or attention differences, tedious for everyone.
The fixCarry values forward — e.g. a "same as shipping" checkbox for billing, or pre-filled fields from an earlier step.

Owner: developerW3C Understanding doc (opens in a new tab)

3.3.8Accessible Authentication (Minimum)AA

Don't force people to solve a puzzle, memorise something, or transcribe a code to log in. A login step must offer a route that doesn't rely on a cognitive test.

The barrier"I can never remember my password, it's really hard to get into this app." CAPTCHAs and memorised codes lock out many cognitive disabilities.
The fixAllow password managers and paste, offer email-link or passkey login, and don't block copy-paste on OTP fields.

Owner: developerW3C Understanding doc (opens in a new tab)

3.3.9Accessible Authentication (Enhanced)AAA

The stricter version of 3.3.8: authentication must not require recognising objects or user-supplied images either — removing the object-recognition and personal-content exceptions that AA allows.

The barrier"It's asking me to click on pictures of cats, but I can't tell which are cats." Image puzzles exclude some cognitive and vision disabilities.
The fixRely on passkeys, email links, or straightforward password entry with paste allowed — no image or object recognition anywhere in the flow.

Owner: developerW3C Understanding doc (opens in a new tab)

The one thing WCAG 2.2 removed

WCAG 2.2 took away exactly one criterion: 4.1.1 Parsing, which used to require clean, valid HTML — properly nested tags, no duplicate IDs, and so on. It was removed and marked obsolete because modern browsers and assistive technologies now handle imperfect markup consistently through the HTML5 parsing algorithm, so parsing errors and accessibility errors are no longer the same thing. W3C even treats it as "always satisfied" retroactively under 2.0 and 2.1.

This is the one gap in "backwards compatible"

People say WCAG 2.2 is fully backwards compatible with 2.1, and in practice it is — with this single asterisk. If a contract or procurement document still demands a line-by-line WCAG 2.0 or 2.1 result, you may need to test and report 4.1.1 separately, even though 2.2 itself no longer counts it. Valid HTML remains best practice regardless; it just isn't a WCAG failure on its own anymore.

Which WCAG version does your law actually reference?

This is where confident marketing gets it wrong most often. The version you must legally meet depends on which regime covers you — and it is usually not 2.2 yet. The good news is that because 2.2 is backwards compatible, building to 2.2 satisfies every one of these at once.

ADA (United States)

Title II government · Title III private

References WCAG 2.1 AA

The 2024 DOJ Title II rule adopts 2.1 AA; Title III settlements reference it too. No US rule names 2.2 yet.

Read the ADA guide →

EAA (European Union)

Via EN 301 549

References WCAG 2.1 AA

The version cited in the EU Official Journal (EN 301 549 v3.2.1) is built on 2.1 AA. A draft v4.1.0 aligning it with 2.2 is in public enquiry, not yet law.

Read the EAA guide →

Section 508 (US federal)

Federal agencies and their vendors

References WCAG 2.0 AA

The 508 Refresh incorporated WCAG 2.0 Level AA by reference. It remains the oldest baseline of the three — another reason 2.2 covers you comfortably.

Read the 508 guide →

The practical answer: build to 2.2 AA

If you conform to WCAG 2.2 Level AA, you also conform to 2.1 AA and 2.0 AA — so you satisfy the ADA benchmark, the current EAA benchmark, and Section 508 in one pass, and you're ready when regulations move to 2.2. You only add the six new A/AA criteria on top of a 2.1 baseline. This is a planning recommendation, not legal advice.

Where to start

You don't need to memorise 87 criteria to make progress. Automated testing reliably detects 30–50% of WCAG 2.2 AA success criteria, instantly — and, helpfully, most of what it catches is the handful of failures that dominate the web: contrast, alt text, form labels, empty links and buttons. Start there, then layer on the WCAG 2.2 additions, then bring in human testing for the flows a machine can't judge.

STEP 1

Scan for the basics

A free automated scan against 2.1/2.2 AA finds contrast, labels and alt-text issues in seconds.

STEP 2

Add the 2.2 checks

Walk the six new A/AA criteria: target size, dragging, focus, consistent help, redundant entry, accessible auth.

STEP 3

Test with people

Keyboard-only and screen-reader passes on your key flows catch what automation can't judge.

STEP 4

Document and maintain

Publish an accessibility statement and re-scan on each release so new code doesn't reintroduce old barriers.

Common questions

What is the difference between WCAG 2.1 and 2.2?

WCAG 2.2 adds nine success criteria and removes one, 4.1.1 Parsing. Six of the nine are at Level A or AA. Everything else from 2.1 carries over unchanged, so a site that conforms to 2.2 also conforms to 2.1.

Does WCAG 2.2 replace WCAG 2.1?

No. WCAG 2.0, 2.1 and 2.2 are all existing W3C standards. 2.2 does not deprecate or supersede 2.1. W3C encourages using the latest version, and because 2.2 is backwards compatible, targeting it also satisfies 2.1.

How many new criteria are in WCAG 2.2, and at what levels?

Nine. Two at Level A (Consistent Help, Redundant Entry), four at Level AA (Focus Not Obscured Minimum, Dragging Movements, Target Size Minimum, Accessible Authentication Minimum), and three at Level AAA (Focus Not Obscured Enhanced, Focus Appearance, Accessible Authentication Enhanced).

What was removed from WCAG 2.2?

Success criterion 4.1.1 Parsing was removed and marked obsolete, because modern browsers handle malformed HTML consistently. It's treated as always satisfied even under 2.0 and 2.1. You only report it if a contract still asks for a line-by-line 2.0 or 2.1 result.

Which WCAG version does the law require?

It varies. The US DOJ Title II rule and most ADA settlements reference WCAG 2.1 AA. The EAA works through EN 301 549, whose currently cited version references 2.1 AA, with a draft aligning it to 2.2 in progress. Section 508 references 2.0 AA. Because 2.2 is backwards compatible, targeting 2.2 satisfies all of them.

Is WCAG 2.2 an ISO standard?

Yes. On 21 October 2025 WCAG 2.2 was approved as ISO/IEC 40500:2025, which makes it easier for more countries to formally adopt it as a national standard.

Sources. W3C, What's New in WCAG 2.2 (opens in a new tab) and the WCAG 2.2 Recommendation (opens in a new tab) (5 October 2023); W3C WAI, WCAG 2 Overview (opens in a new tab); ISO/IEC 40500:2025 (WCAG 2.2 approved as ISO standard, 21 October 2025); ETSI, Draft EN 301 549 v4.1.0 (November 2025, public enquiry). Standards evolve; confirm the version cited by your regulator against the primary source. This page is technical guidance, not legal advice.

See where your site standsagainst 2.2 AA.

A free scan against WCAG 2.1/2.2 AA, no account, with each finding labelled by who fixes it. The clearest first step toward the standard the whole world points to.