WCAG 2.2 Compliance Checklist Generator ADA & EU Accessibility Act Ready

Generate a tailored WCAG 2.2 checklist, track pass/fail status, and download a remediation roadmap for your jurisdiction.

Organisation Profile

Pass Fail Partial Untested
% compliant of criteria tested

Remediation Roadmap

Prioritised by level (A first) then impact. Fix these items to reach compliance.

[ADSENSE SLOT_B]

Understanding WCAG 2.2: A Comprehensive Guide to Web Accessibility Compliance

The Web Content Accessibility Guidelines (WCAG) are the international standard for digital accessibility, published by the World Wide Web Consortium (W3C) through its Web Accessibility Initiative (WAI). Since their first publication as WCAG 1.0 in 1999, the guidelines have evolved through WCAG 2.0 (2008), WCAG 2.1 (2018), and the current WCAG 2.2 (October 2023). They define how to make web content perceivable, operable, understandable, and robust — the four POUR principles — for people with a broad spectrum of disabilities including vision, hearing, motor, cognitive, and neurological disabilities.

WCAG 2.2 and Legal Compliance Globally

What began as a technical recommendation has become a legal imperative in most jurisdictions. In the United States, the ADA (Americans with Disabilities Act) has been applied to websites through DOJ guidance and a large body of case law since the Robles v. Domino's Pizza ruling (2019). In March 2024, the DOJ issued a final rule under Title II of the ADA formally requiring state and local government websites to meet WCAG 2.1 Level AA by specific deadlines (April 2026 for large entities, April 2027 for smaller ones). Title III ADA compliance for private businesses — covering retail, hospitality, restaurants, and any business open to the public — is enforced primarily through litigation, with over 4,600 web accessibility lawsuits filed in federal court in 2023 alone according to UsableNet data.

The European Accessibility Act (EAA, EU Directive 2019/882) brought the most sweeping private-sector mandate. Since 28 June 2025, most digital products and services sold to EU consumers — e-commerce, banking, e-books, transport services, communication services — must comply with EN 301 549 v3.2.1, which references WCAG 2.1 AA as its core web content standard. Australia's Disability Discrimination Act (DDA) and the Australian Human Rights Commission's Web Accessibility National Transition Strategy have long pointed to WCAG as the standard of care. India's Rights of Persons with Disabilities Act 2016 mandates accessible ICT, referencing WCAG 2.0 AA in government guidelines, with increasing pressure on private sector compliance.

The Four POUR Principles Explained

Perceivable means that users can perceive all information and UI components — it cannot be invisible to all their senses. Key requirements include text alternatives for non-text content (1.1.1), captions for audio and video (1.2.x), adaptable content structure (1.3.x), distinguishable colour contrast and audio (1.4.x). Operable requires that all functionality is available from a keyboard and that users have enough time to interact. This covers keyboard navigation (2.1.x), timing (2.2.x), seizures (2.3.x), navigation and wayfinding (2.4.x), and input modalities (2.5.x). Understandable ensures that content and operations are comprehensible — readable language (3.1.x), predictable behavior (3.2.x), and input assistance (3.3.x). Robust means content can be reliably interpreted by assistive technologies including screen readers and braille displays, primarily through valid, semantic HTML and ARIA (4.1.x).

New in WCAG 2.2

WCAG 2.2 introduced nine new success criteria and removed one (4.1.1 Parsing). The Level A and AA additions relevant to most organisations are: 2.4.11 Focus Appearance (AA) — the keyboard focus indicator must have a minimum perimeter and contrast ratio, addressing the widespread problem of invisible focus rings; 3.2.6 Consistent Help (A) — help mechanisms (chat, phone number, FAQ link) must appear in the same relative location on every page where they appear; 3.3.7 Redundant Entry (A) — information already entered by the user earlier in a session should not be requested again unless the re-entry is essential; 3.3.8 Accessible Authentication (AA) — authentication steps must not require a cognitive function test (like a CAPTCHA or transcribing text) unless an alternative is provided. The 2.5.3 Label in Name criterion (A), originally advisory in 2.1, is now normative in 2.2.

Automated Testing vs Manual Testing

A persistent industry misconception is that accessibility can be achieved through automated scanning alone. Research from Deque Systems, WebAIM, and the UK Government Digital Service consistently shows that automated tools detect only 25–40% of WCAG failures. Tools like axe-core, WAVE, Lighthouse, and IBM Equal Access Checker are excellent for catching structural issues — missing alt text, invalid ARIA roles, colour contrast violations, duplicate IDs, and missing form labels — but they cannot evaluate the quality of alt text descriptions, keyboard operability of custom components, screen reader announcement order, cognitive load, or focus management in single-page applications. A complete accessibility audit requires automated scanning plus manual keyboard testing, screen reader testing (NVDA, JAWS, VoiceOver, TalkBack), cognitive walkthrough, and ideally, testing with actual disabled users.

Building an Accessibility Programme

Achieving and maintaining WCAG compliance is an ongoing programme, not a one-time project. The most effective approach integrates accessibility into every phase of product development: Discovery — include users with disabilities in research; Design — check colour contrast and focus order in mockups, use inclusive design patterns; Development — use semantic HTML, integrate axe-core into CI/CD pipelines, run automated tests on every PR; QA — include keyboard and screen reader testing in QA checklists; Production — run periodic automated scans, monitor for regressions, handle user feedback about accessibility. Publishing an accessibility statement with your current conformance status, known issues, and contact details for reporting problems is a legal requirement under the EAA and UK regulations and best practice everywhere.

Frequently Asked Questions

WCAG 2.2 (published October 2023) added five new success criteria to WCAG 2.1: 2.4.11 Focus Appearance (AA), 2.4.12 Focus Appearance (AAA), 2.4.13 Focus Appearance Enhanced (AAA), 2.5.3 Label in Name (A, previously advisory), 3.2.6 Consistent Help (A), 3.3.7 Redundant Entry (A), and 3.3.8 Accessible Authentication (AA). It also removed 4.1.1 Parsing, which was redundant with modern browser standards. If you meet WCAG 2.2 AA you also meet 2.1 AA and 2.0 AA.
The ADA (Americans with Disabilities Act) does not explicitly name WCAG, but DOJ rule-making in 2024 (Title II) adopted WCAG 2.1 AA as the standard for state and local government websites. Courts and the DOJ treat WCAG 2.1/2.2 AA as the de facto standard for private-sector ADA Title III compliance. Thousands of ADA accessibility lawsuits are filed every year against private businesses. Meeting WCAG 2.2 AA is the safest legal posture.
The European Accessibility Act (EAA, Directive 2019/882) required member states to apply accessibility requirements to most private-sector products and services by 28 June 2025. This covers e-commerce, banking, transport, e-books, and digital services sold in the EU. The EAA references EN 301 549 which maps to WCAG 2.1 AA. Businesses with fewer than 10 employees and annual turnover below €2 million are exempt from some provisions.
WCAG has three conformance levels. Level A (minimum) covers the most critical barriers — without it, some users cannot use the content at all. Level AA (industry standard) is required by most laws and covers most significant barriers. Level AAA (enhanced) is aspirational; not all content can meet AAA and it is not legally required by any jurisdiction. For legal compliance in the USA, EU, Australia, and India, target WCAG 2.1 or 2.2 Level AA.
No. Automated accessibility scanners (axe, WAVE, Lighthouse, Deque) can detect roughly 30–40% of WCAG issues — mainly structural ones like missing alt text, invalid ARIA, colour contrast failures, and missing form labels. The majority of WCAG criteria — keyboard navigation, screen reader UX, focus order, cognitive accessibility, and meaningful alt text quality — require manual expert review and assistive technology testing.
The main combinations used in real-world testing are: NVDA + Firefox or Chrome on Windows (most common free screen reader), JAWS + Chrome or Edge on Windows (enterprise standard, paid), VoiceOver + Safari on macOS and iOS (built-in, no install needed), and TalkBack + Chrome on Android. WebAIM's Screen Reader User Survey shows JAWS and NVDA dominate desktop usage. Test with at least NVDA and VoiceOver for broad coverage.
WCAG 1.4.3 (Level AA) requires text to have a contrast ratio of at least 4.5:1 against its background. Large text (18pt/14pt bold or larger) needs only 3:1. Logos and decorative content are exempt. WCAG 1.4.6 (AAA) raises the requirement to 7:1. Non-text UI components (icons, form borders) must meet 3:1 contrast under 1.4.11 (AA). Use tools like Colour Contrast Analyser or browser dev tools to measure.
The WebAIM Million annual report consistently shows the same top failures: missing alternative text on images (1.1.1), low colour contrast (1.4.3), missing form input labels (1.3.1/4.1.2), empty links and buttons (2.4.4/4.1.2), missing document language (3.1.1), and missing page titles (2.4.2). These five issues appear on over 50% of home pages tested. They are all detectable by automated tools.
Yes. PDFs published on your website must also be accessible. The applicable standard is PDF/UA (ISO 14289) which aligns with WCAG. PDFs need tagged structure (headings, lists, tables), proper reading order, alt text on images, accessible forms, and bookmarks for long documents. Adobe Acrobat Pro has a built-in accessibility checker. Scanned PDFs (image-only) are the most common PDF accessibility failure.
The five Level A/AA additions in WCAG 2.2 are: (1) 2.4.11 Focus Appearance (AA) — visible focus indicator must meet minimum size and contrast requirements; (2) 2.5.3 Label in Name (A) — interactive elements with visible text labels must include that text in their accessible name; (3) 3.2.6 Consistent Help (A) — help mechanisms must appear in the same location across pages; (4) 3.3.7 Redundant Entry (A) — users should not have to re-enter information provided earlier; (5) 3.3.8 Accessible Authentication (AA) — login processes cannot rely solely on cognitive function tests like CAPTCHAs.

Related Tools

DPDP Act Compliance Checklist Generator
Generate a sector-specific compliance checklist for India's Digital Personal Data Protection Act 2023. Covers all obligations for Data Fiduciaries and Significant Data Fiduciaries.
Use Tool →
HIPAA Risk Assessment Checklist
Annual HIPAA risk assessment checklist generator simulating OCR audit protocol. Generates gap analysis, BAA templates, and remediation priorities for healthcare organizations.
Use Tool →

Automate WCAG compliance with accessiBe

Try accessiBe →

User Reviews

Loading reviews…

Write a Review

Reviews are moderated and published within 24 hours.

Send Feedback

Found a bug? Wrong result? Have a suggestion? We read every message.