WCAG 2.2 Checklist
The complete WCAG 2.2 Level AA checklist - all 9 new criteria explained in plain English, plus the most important existing requirements, with practical testing guidance for each.
What changed in WCAG 2.2?
WCAG 2.2, published October 2023, is backwards compatible with WCAG 2.1. All existing criteria remain. These are the additions and removals.
The 9 new success criteria
These are the additions you need to address if you were previously targeting WCAG 2.1 AA.
Focus Not Obscured (Minimum)
Level AARequirement: When a user interface component receives keyboard focus, it must not be entirely hidden by author-created content.
How to test: Tab through every interactive element on the page. Check that sticky headers, cookie banners, and fixed footers do not completely cover the focused element.
Focus Not Obscured (Enhanced)
Level AAARequirement: The focused component must be fully visible - no part of it is hidden by author-created content.
How to test: Same test as 2.4.11 but the standard is stricter: the focused element must be fully visible, not just partially visible.
Focus Appearance
Level AARequirement: Focus indicators must have a minimum area and a contrast ratio of at least 3:1 against adjacent colours.
How to test: Measure the focus indicator: it must have an area at least as large as the perimeter of the unfocused component times 2 CSS pixels, or enclose the component. Verify the contrast of the indicator against surrounding unfocused colours.
Dragging Movements
Level AARequirement: Any functionality using a dragging movement must be achievable with a single pointer action (e.g., a click or tap).
How to test: Find all drag-and-drop interactions. Verify there is an alternative: click to select then click to drop, or buttons to move items.
Target Size (Minimum)
Level AARequirement: The size of interactive targets must be at least 24x24 CSS pixels, or there must be sufficient spacing around smaller targets.
How to test: Measure interactive elements in browser DevTools. Any target smaller than 24x24 CSS pixels must have sufficient offset space to make the effective tap area adequate.
Consistent Help
Level ARequirement: If a help mechanism (live chat, contact email, FAQ link, help phone number) appears on multiple pages, it must appear in the same location on each page.
How to test: Check that any help links or contact information appear in a consistent position across all pages. Navigation or footer placement both qualify if consistent.
Redundant Entry
Level ARequirement: Information previously provided by the user in the same multi-step process must not need to be entered again unless re-entry is essential or required for security.
How to test: Walk multi-step forms. If billing address was entered in a previous step, the delivery address step should allow auto-fill from it. Previously entered data should be auto-populated or selectable.
Accessible Authentication (Minimum)
Level AARequirement: Authentication processes must not require cognitive function tests (solving puzzles, identifying objects in images, transcribing text) unless an alternative is provided.
How to test: Test the login and sign-up flows. CAPTCHA that requires identifying images or solving visual puzzles fails this criterion unless there is an audio CAPTCHA alternative or the CAPTCHA can be bypassed by other means.
Accessible Authentication (Enhanced)
Level AAARequirement: All cognitive function tests are prohibited in authentication - there are no exceptions for alternatives.
How to test: This is the stricter version: no cognitive tests of any kind in authentication, period.
Removed in WCAG 2.2: 4.1.1 Parsing
Removed4.1.1 required that HTML be well-formed. It was removed because modern browsers handle invalid markup gracefully and the criterion no longer improves accessibility meaningfully. If you were testing for this, you can stop including it in WCAG 2.2 audits.
Key existing Level AA criteria
These inherited from WCAG 2.1 but are among the most frequently failed and highest impact.
Non-text Content
Level ARequirement: All non-text content (images, icons, charts) has a text alternative.
How to test: Check every image has a meaningful alt attribute, or alt="" for decorative images. Icon buttons have aria-label.
Info and Relationships
Level ARequirement: Structure and relationships conveyed visually are also conveyed programmatically.
How to test: Check headings use H1-H6 elements, not styled divs. Tables use th for headers. Lists use ul/ol/li.
Contrast (Minimum)
Level AARequirement: Text must have a contrast ratio of at least 4.5:1 (normal text) or 3:1 (large text of 18px+ or 14px+ bold).
How to test: Use the browser's DevTools accessibility panel or a contrast checker. Check all body text, link text, placeholder text.
Resize Text
Level AARequirement: Text can be resized up to 200% without loss of content or functionality.
How to test: Set browser text size to 200% and verify all content remains accessible and no text is cut off.
Keyboard
Level ARequirement: All functionality is operable by keyboard.
How to test: Tab through every interactive element. Verify all buttons, links, forms, and custom widgets can be operated with keyboard alone.
Bypass Blocks
Level ARequirement: A mechanism exists to skip repeated blocks of content (e.g., 'Skip to main content' link).
How to test: Tab once from the top of the page and verify a skip navigation link appears.
Headings and Labels
Level AARequirement: Headings and labels describe topic or purpose.
How to test: Read every heading and form label. Verify they are descriptive and make sense without visual context.
Language of Page
Level ARequirement: The default human language of a page is programmatically determined.
How to test: Check that the HTML element has a valid lang attribute (e.g., lang="en").
Name, Role, Value
Level ARequirement: All UI components have accessible names, roles, and states that can be determined programmatically.
How to test: Inspect custom interactive components (tabs, accordions, modals). Verify they have appropriate ARIA roles and states (aria-expanded, aria-selected, etc.).
How to audit your site for WCAG 2.2
Run an automated scan
Automated tools catch roughly 30-40% of accessibility failures. Use the RedQA Accessibility Scanner, axe DevTools, or Lighthouse to identify issues quickly.
Run a free scanManual keyboard testing
Tab through every page and feature using only your keyboard. Verify all interactive elements are reachable, operable, and have visible focus indicators.
Screen reader testing
Test with NVDA + Chrome on Windows, VoiceOver + Safari on Mac, and TalkBack on Android. Listen for missing alt text, unlabelled fields, and confusing announcements.
Colour contrast checks
Check all text elements with a contrast analyser. Pay particular attention to placeholder text, disabled states, and text on coloured backgrounds.
Document findings and remediate
Document each issue with its WCAG success criterion, severity, and specific element. Prioritise Level A failures first, then Level AA.
Ready to Ship with Confidence?
Let's discuss how RedQA can help you deliver better software, faster. Get a free consultation and quote tailored to your project.