Official Sync:2026-03-15

Global Accessibility Standards Hub

Verbatim normative references for WCAG 2.2, EAA, and international regulations.

WCAG 2.2 Success Criteria

58 criteria

1. Perceivable

1.1.1
Non-text Content

Every image, icon, chart, or other non-text element must have a text alternative that serves the same purpose as the original.

A
1.2.1
Audio-only and Video-only (Prerecorded)

Prerecorded audio (e.g., a podcast clip) needs a transcript. Prerecorded video with no audio (e.g., a silent product demo) needs either a transcript or an audio track.

A
1.2.2
Captions (Prerecorded)

All prerecorded video that contains audio must have captions. Captions must be synchronised with the audio and include all speech and important non-speech sounds.

A
1.2.3
Audio Description or Media Alternative (Prerecorded)

Prerecorded video with audio track must have either an audio description (narration of visual information) or a full text alternative describing what is shown.

A
1.2.4
Captions (Live)

Live video streams (webinars, live events, broadcasts) must have live captions provided in real time.

AA
1.2.5
Audio Description (Prerecorded)

At Level AA, audio description (not just a text alternative) is required for all prerecorded video. The full audio description track must be provided.

AA
1.3.1
Info and Relationships

Visual structure (headings, lists, tables, form groupings) must be conveyed in the code, not just through styling.

A
1.3.2
Meaningful Sequence

When the order of content matters for understanding, the DOM order must reflect the correct reading sequence — not just the visual layout.

A
1.3.3
Sensory Characteristics

Instructions must not rely exclusively on visual cues like shape, color, or position. Include text-based references alongside sensory ones.

A
1.3.4
Orientation

Websites and apps must not lock to portrait or landscape. Users with mounted devices (e.g., wheelchair-mounted tablets) may be unable to rotate.

AA
1.3.5
Identify Input Purpose

Form fields collecting personal data must have autocomplete attributes so browsers and assistive technologies can autofill them.

AA
1.4.1
Use of Color

Never use color as the only way to communicate something. Always provide a secondary non-color cue.

A
1.4.2
Audio Control

Audio that auto-plays for more than 3 seconds must be pausable or have independent volume control.

A
1.4.3
Contrast (Minimum)

Normal text needs 4.5:1 contrast ratio against its background. Large text (18pt/24px or 14pt/~19px bold) needs 3:1.

AA
1.4.4
Resize Text

Users must be able to zoom to 200% without losing content or functionality.

AA
1.4.5
Images of Text

Use real HTML text instead of images of text wherever technically possible. Images of text cannot be resized, reflowed, or read by screen readers without alt text.

AA
1.4.10
Reflow

At 320px viewport width (equivalent to 400% zoom on a 1280px screen), all content must be accessible without horizontal scrolling.

AA
1.4.11
Non-text Contrast

The visual boundaries of form fields, buttons, checkboxes, and graphical elements used to understand content must have 3:1 contrast against adjacent colors.

AA
1.4.12
Text Spacing

When users override text spacing (line height 1.5×, paragraph spacing 2×, letter spacing 0.12em, word spacing 0.16em), no content should be lost or obscured.

AA
1.4.13
Content on Hover or Focus

Tooltips and hover popups must be: hoverable (mouse can move over them), dismissible (Escape closes them), and persistent (they stay until explicitly closed).

AA

2. Operable

2.1.1
Keyboard

Everything a mouse user can do, a keyboard user must also be able to do. No functionality should require a mouse.

A
2.1.2
No Keyboard Trap

Keyboard users must never get stuck. Focus must always be escapable. Intentional focus traps in modals are acceptable only if Escape closes the modal.

A
2.1.4
Character Key Shortcuts

Single-character keyboard shortcuts (like 'G' to go, 'F' for find) must be disableable or remappable. They conflict with speech input users who dictate text.

A
2.2.1
Timing Adjustable

Session timeouts, time-limited forms, and timed quizzes must give users a way to turn off, adjust, or extend the time limit.

A
2.2.2
Pause, Stop, Hide

Moving, blinking, or auto-updating content must have a pause/stop/hide control. This includes carousels, tickers, animated banners, and live feeds.

A
2.3.1
Three Flashes or Below Threshold

Content must not flash more than 3 times per second. Flashing content can cause seizures in people with photosensitive epilepsy.

A
2.4.1
Bypass Blocks

Keyboard users must be able to skip past repeated navigation blocks to reach the main content quickly.

A
2.4.2
Page Titled

Every page must have a descriptive <title> element that helps users understand what the page is about.

A
2.4.3
Focus Order

The keyboard Tab order must follow a logical sequence — typically top-to-bottom, left-to-right in Western languages — that preserves meaning.

A
2.4.4
Link Purpose (In Context)

Link text must be descriptive enough to understand its destination — either from the text alone or from its surrounding context.

A
2.4.5
Multiple Ways

Users must have more than one way to find any page on the site (e.g., navigation + site search, or navigation + sitemap).

AA
2.4.6
Headings and Labels

When headings and form labels are used, they must be descriptive — they need not be comprehensive, but they must accurately describe their associated content.

AA
2.4.7
Focus Visible

Keyboard users must always be able to see which element has focus. Never suppress the focus outline completely.

AA
2.4.11
Focus Not Obscured (Minimum)New in 2.2

New in WCAG 2.2: sticky headers, cookie banners, and chat bubbles must not completely cover the focused element.

AA
2.4.12
Focus Not Obscured (Enhanced)New in 2.2

At AAA level: the focused element must be completely visible — not even partially obscured by sticky content.

AAA
2.4.13
Focus AppearanceNew in 2.2

AAA level: the focus indicator must be at least 2px thick (as a perimeter) and have 3:1 contrast between focused and unfocused states.

AAA
2.5.1
Pointer Gestures

Any feature requiring a swipe, pinch, or multi-finger gesture must have an equivalent single-tap or click alternative.

A
2.5.2
Pointer Cancellation

Don't trigger actions on mousedown/touchstart if the user might accidentally tap. Use mouseup/click (which fires on up-event) so users can cancel by moving away.

A
2.5.3
Label in Name

The accessible name of a button or link must contain the visible text label — this is essential for voice control users who say what they see.

A
2.5.4
Motion Actuation

Features that use device shake, tilt, or motion must also be operable via standard UI controls, and motion must be disableable.

A
2.5.7
Dragging MovementsNew in 2.2

New in WCAG 2.2: drag-and-drop must have a click/tap alternative. Sliders must be adjustable without dragging.

AA
2.5.8
Target Size (Minimum)New in 2.2

New in WCAG 2.2: interactive targets must be at least 24×24 CSS pixels, OR have sufficient spacing between targets.

AA

3. Understandable

3.1.1
Language of Page

The <html> element must have a lang attribute set to the page's primary language.

A
3.1.2
Language of Parts

When content switches language (e.g., a French quote in an English article), the language change must be marked with a lang attribute.

AA
3.2.1
On Focus

Receiving focus must never automatically navigate, submit a form, or launch a popup. Focus changes must be predictable.

A
3.2.2
On Input

Changing a form control (selecting a dropdown option, checking a box) must not automatically navigate or submit without warning.

A
3.2.3
Consistent Navigation

Navigation menus must appear in the same order on every page. Users with cognitive disabilities rely on consistent placement.

AA
3.2.4
Consistent Identification

The same function must have the same label everywhere on the site. A search button should not be labelled 'Search' on one page and 'Find' on another.

AA
3.2.6
Consistent HelpNew in 2.2

New in WCAG 2.2: help mechanisms (phone number, live chat, FAQ link) must appear in the same relative position on every page where they appear.

A
3.3.1
Error Identification

When a form error is detected automatically, the specific field in error must be identified and described in text.

A
3.3.2
Labels or Instructions

Every form input must have a visible label. Instructions about required format (date format, password rules) must be provided before the input.

A
3.3.3
Error Suggestion

Error messages must tell users how to fix the error — not just that an error occurred. Exceptions apply for security-sensitive validations.

AA
3.3.4
Error Prevention (Legal, Financial, Data)

High-stakes forms (purchases, legal agreements, exam submissions, data deletion) must let users review, correct, or reverse the action.

AA
3.3.7
Redundant EntryNew in 2.2

New in WCAG 2.2: if users must re-enter data they already provided in the same session, auto-populate it or let them select it from a list.

A
3.3.8
Accessible Authentication (Minimum)New in 2.2

New in WCAG 2.2: authentication must not require a cognitive-only challenge unless an alternative exists. Password managers and magic links must be supported.

AA

North America

ADA Title II Update (April 2024)

Baseline: WCAG 2.1 AA

"A public entity shall ensure that the following are readily accessible to and usable by individuals with disabilities: (1) web content that a public entity makes available to members of the public or uses to offer services, programs, or activities; and (2) mobile apps that a public entity makes available to members of the public or uses to offer services, programs, or activities."

Official Source →

Section 508 of the Rehabilitation Act (Revised 2017)

Baseline: WCAG 2.0 AA (incorporated by reference via WCAG 2.0 A, AA success criteria)

"Each Federal department or agency shall ensure, to the maximum extent practicable, that the electronic and information technology it procures, maintains, or uses allows Federal employees with disabilities to have access to and use of information and data that is comparable to the access and use by Federal employees who are not individuals with disabilities, unless an undue burden would be imposed on the department or agency."

Official Source →

Accessible Canada Act (ACA) — Digital Regulations

Baseline: EN 301 549 / WCAG 2.1 AA (proposed)

"Every regulated entity must identify and remove barriers, and prevent new barriers, in its built environment; its information and communication technologies; its communication, other than built environment; its procurement of goods, services and facilities; the design and delivery of programs and services; and transportation."

Official Source →

International Standards

India GIGW 3.0 & IS 17802:2022

Alignment: WCAG 2.1 AA

"All government websites, web portals, and mobile applications shall conform to WCAG 2.1 Level AA as specified in IS 17802:2022. The guidelines mandate accessible design for all digital government services accessible to citizens, ensuring inclusion of persons with visual, auditory, motor, and cognitive disabilities."

Official Source →

Israel Standard (IS) 5568:2017

Alignment: WCAG 2.0 Level AA

"The Israel Standard IS 5568 obligates all publicly accessible internet services operated by or on behalf of public bodies, government, municipalities, and publicly held companies to comply with the accessibility requirements defined herein, which are based on the Web Content Accessibility Guidelines (WCAG) 2.0 at Level AA."

Official Source →

Japan JIS X 8341-3:2016

Alignment: WCAG 2.0 / WCAG 2.1

"JIS X 8341-3:2016 (Guidance on Web accessibility — Part 3: Web content) specifies the requirements for making web content accessible to a wide range of people with disabilities, including blindness and low vision, deafness and hearing loss, learning disabilities, cognitive limitations, and motor limitations."

Official Source →

Australia — Disability Discrimination Act (DDA) + WCAG 2.1

Alignment: WCAG 2.1 AA

"The Disability Discrimination Act 1992 (DDA) makes it unlawful to discriminate against a person on the grounds of disability in the provision of goods and services, including online services. The Australian Human Rights Commission's Guidance (2014, updated) confirms that website inaccessibility can constitute discrimination under the DDA."

Official Source →

UK — Public Sector Bodies Accessibility Regulations 2018

Alignment: WCAG 2.1 AA

"The Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 require public sector bodies to make their websites and mobile applications accessible and to publish an accessibility statement. Content must meet the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA."

Official Source →

Important Legal Disclaimer

This platform is an informational reference tool only. It is not intended to provide legal advice or guarantee accessibility compliance. For official legal interpretations and binding compliance requirements, please consult the W3C WCAG 2.2 Recommendation, the European Accessibility Act (Directive 2019/882), and your national enforcement authority.