
When beginning your Digital Accessibility journey, the amount of information can be overwhelming. So let's start with the basics, compliance standards and levels of compliance.
Note: This guide was originally published in February 2022 and has been comprehensively updated on October 18, 2025, with WCAG 2.2 requirements, legal enforcement data, and practical compliance guidance.
(https://www.w3.org/WAI/standards-guidelines/wcag/) (WCAG – pronounced wee-cag) is the worldwide best best practice for web accessibility. It is also the standard adopted by major international legislation including the United States’ Americans with Disabilities Act (ADA) and the European Union’s European Accessibility Act (EAA). WCAG provides a series of web accessibility guidelines published by the Web Accessibility Initiative (WAI) of the World Wide Web Consortium (W3).The guidelines, or “success criteria” outlined within WCAG describe how to make web content more accessible to people with disabilities.
📅 October 2025 Update: WCAG 2.2 & Legal Compliance Requirements
Last updated: October 18, 2025
The landscape of WCAG compliance has evolved significantly with WCAG 2.2's release and increased legal enforcement worldwide. This update covers the 86 success criteria breakdown, legal requirements by jurisdiction, and how to choose the right level for your organization in 2025.
WCAG 2.2: 86 Success Criteria Across Three Levels
WCAG 2.2 released in October 2023 is the current standard with 9 new success criteria:
Breakdown by Level:
- Level A: 30 criteria (essential baseline)
- Level AA: 24 additional criteria (54 total - industry standard)
- Level AAA: 32 additional criteria (86 total - enhanced accessibility)
New in WCAG 2.2 (9 criteria):
- 2.4.11 Focus Appearance (Minimum) - AA: 3:1 contrast for focus indicators
- 2.4.12 Focus Not Obscured (Minimum) - AA: Focused element not hidden
- 2.5.7 Dragging Movements - AA: Alternatives to drag-and-drop required
- 2.5.8 Target Size (Minimum) - AA: 24×24 pixel minimum for clickable elements
- 3.3.7 Redundant Entry - A: No re-entering same information
- 3.3.8 Accessible Authentication (Minimum) - AA: No cognitive function tests
- Plus 3 AAA criteria (2.4.13, 3.2.6, 3.3.9)
Legal Requirements: Which Level Do You Need?
United States - ADA Title III
Required: Level AA (de facto standard based on case law and DOJ guidance)
- Lawsuits: 4,000+ filed in 2024 (68% increase from 2023)
- Average settlement: $25,000-$75,000
- Legal defense costs: $50,000-$200,000
- Court standard: WCAG 2.1 AA minimum (WCAG 2.2 AA increasingly expected)
Who must comply:
- Public accommodations (retail, restaurants, hotels)
- E-commerce websites
- State/local government (Section 508 required)
European Union - European Accessibility Act
Required: Level AA via EN 301 549 v3.2.1 (incorporates WCAG 2.1 AA)
- Effective date: June 28, 2025 (NOW ENFORCEABLE)
- Scope: ALL businesses selling to EU consumers
- Penalties: Up to €100,000 per violation (varies by country)
- First fines issued: Germany €50,000 (August 2025)
Applies to:
- E-commerce platforms
- Banking and financial services
- Booking and ticketing
- Any website serving EU customers
Section 508 (U.S. Federal)
Required: Level AA
- Standard: WCAG 2.0 AA (2017 refresh)
- Current practice: Agencies targeting WCAG 2.1/2.2 AA
- Applies to: Federal agencies, contractors, grant recipients
Which Level Should You Target? (2025 Decision Framework)
❌ Level A Alone - NOT RECOMMENDED
Why: Insufficient for legal compliance in any major jurisdiction
- No court or regulation accepts Level A as adequate
- Leaves critical barriers (color contrast, navigation consistency, error handling)
- Use only as interim step during remediation
✅ Level AA - RECOMMENDED (95% of organizations)
Choose Level AA if you:
- Serve customers in US, EU, Canada, UK, or other major markets
- Want to minimize legal risk and avoid lawsuits
- Need ADA, EAA, or Section 508 compliance
- Seek comprehensive accessibility for majority of users
Level AA provides:
- ✅ Legal compliance in US (ADA), EU (EAA), and most countries
- ✅ Accessibility for ~90% of users with disabilities
- ✅ Defense against accessibility lawsuits
- ✅ Competitive advantage and broader market reach
This is the right choice for: E-commerce, SaaS, corporate websites, educational institutions, healthcare providers
🎯 Level AAA - Selective Enhancement
Full AAA compliance: Often impractical for entire site
Consider AAA for:
- Critical workflows (checkout, account access, forms)
- Health, safety, or emergency information
- Government services and benefits
- Educational content
- Organizations with specific accessibility commitments
Practical approach: AA baseline + selective AAA for important content
2025 Enforcement Landscape
United States:
- 4,000+ ADA website lawsuits in 2024
- Top industries: Retail (32%), Food services (24%), Healthcare (18%)
- Recent settlements: Target ($10M), Domino's (ongoing), 100+ universities
European Union:
- EAA enforcement began June 28, 2025
- First penalties issued August 2025
- All 27 member states actively enforcing
- Focus: E-commerce, banking, travel booking
Legal Defense Requirements:
- Regular accessibility audits with WCAG 2.2 AA documentation
- Remediation plans with realistic timelines
- Third-party certification preferred
- Ongoing monitoring evidence
Practical Implementation Roadmap
Phase 1: Achieve Level A (4-6 weeks)
Priority fixes:
- Add alt text to all images
- Ensure full keyboard accessibility
- Provide video captions
- Fix color-only information indicators
- Add descriptive page titles
- Implement proper heading hierarchy
Tools: Automated scanners (WAVE, axe DevTools, AllAccessible)
Phase 2: Achieve Level AA (8-12 weeks)
Key requirements:
- Fix all color contrast issues (4.5:1 minimum for text)
- Implement consistent navigation across site
- Add error suggestions for form validation
- Ensure mobile responsiveness (reflow to 320px)
- Meet WCAG 2.2 AA criteria:
- Focus appearance (3:1 contrast)
- Target size (24×24 pixels)
- Dragging alternatives
- Accessible authentication
Recommended: Professional accessibility audit + automated continuous monitoring
Phase 3: Selective AAA Enhancement (Ongoing)
Focus AAA on:
- Forms and data entry
- Primary calls-to-action
- Account management
- Checkout workflows
- Critical information pages
AAA features to implement:
- Enhanced contrast (7:1 ratio)
- Sign language videos for key content
- Simplified language options
- Context-sensitive help
- Extended timing options
Common WCAG Level Misconceptions
Myth 1: "Level A is enough for ADA compliance"
- ❌ False - Courts consistently expect Level AA
- No major jurisdiction accepts Level A as sufficient
Myth 2: "AAA is required for full legal compliance"
- ❌ False - AA is the legal standard
- AAA is aspirational, not legally required
Myth 3: "Automated tools verify WCAG compliance"
- ❌ False - Automated tools detect only ~40% of issues
- Manual testing and screen reader validation essential
Myth 4: "Once compliant, always compliant"
- ❌ False - Compliance requires ongoing monitoring
- New content, features, and WCAG updates require re-testing
Myth 5: "WCAG compliance guarantees no lawsuits"
- ⚠️ Partially true - Significantly reduces risk but not absolute immunity
- Proper documentation critical for legal defense
Tools and Resources for WCAG Compliance
Automated Testing (detects ~40% of issues):
- WAVE (WebAIM) - Free browser extension
- axe DevTools - Developer tools integration
- Lighthouse - Google accessibility audit
- AllAccessible Scanner - Free comprehensive AI-powered audit
Manual Testing Requirements:
- Keyboard-only navigation
- Screen reader testing (NVDA, JAWS, VoiceOver)
- Color contrast verification
- Mobile device testing at various sizes
- Form workflow validation
Continuous Monitoring:
- AllAccessible Platform: Real-time scanning, AI remediation, legal compliance reporting
- Starting at $49/month for small sites
- Enterprise plans with SLA and legal documentation
Get your free WCAG compliance assessment
Real-World Examples by Industry
E-Commerce (Target: AA)
- Critical AA criteria: Product images alt text, color contrast in pricing, keyboard-accessible shopping cart
- Common violations: Insufficient button contrast, missing form labels, inaccessible image carousels
- WCAG 2.2 impact: 24×24px touch targets for mobile, no cognitive CAPTCHAs
SaaS/Web Applications (Target: AA + selective AAA)
- Critical AA criteria: Keyboard navigation in dashboards, screen reader announcements for dynamic content
- AAA enhancements: 7:1 contrast for data visualization, enhanced focus indicators
- WCAG 2.2 impact: Focus not obscured in modal dialogs, accessible drag-drop alternatives
Healthcare (Target: AA minimum, AAA preferred)
- Legal requirement: ADA + HIPAA considerations
- Critical content: Patient portals, appointment booking, medical information
- AAA for: Medication instructions, consent forms, emergency information
- Read healthcare compliance guide
Financial Services (Target: AA required)
- Regulatory pressure: ADA Title III active enforcement
- Critical areas: Account access, transactions, statements
- Third-party audits: Typically required for compliance certification
WCAG Compliance Cost Expectations (2025)
Professional Audit Pricing:
- Basic (10-25 pages): $5,000-$12,000
- Comprehensive (25-50 pages): $12,000-$25,000
- Enterprise (50+ pages): $25,000-$100,000+
Automated Continuous Monitoring:
- AllAccessible: $49-$499/month depending on site size
- Includes real-time scanning, AI remediation, legal documentation
Remediation Development:
- Basic fixes: $10,000-$30,000
- Comprehensive AA compliance: $30,000-$100,000+
- Complex web applications: $100,000-$500,000+
ROI of Accessibility:
- Avoid lawsuits ($50,000-$200,000 legal defense)
- Expand market reach (26% of US adults have disabilities)
- Improve SEO and user experience
- Meet B2B/enterprise procurement requirements
Key Takeaways for 2025
- Target Level AA - This is the legal and practical standard
- Implement WCAG 2.2 - The 9 new criteria are now expected in audits
- EAA is enforceable - EU penalties active since June 28, 2025
- Document everything - Audit reports critical for legal defense
- Monitor continuously - One-time fixes are insufficient
- Lawsuits increasing - 68% increase in 2024, trend continuing
Quick Decision Guide:
- Serving EU customers? → AA required (EAA)
- US-based business? → AA strongly recommended (ADA)
- Government/federal contractor? → AA required (Section 508)
- Want to minimize legal risk? → AA minimum
- Commitment to accessibility excellence? → AA + selective AAA
Read our complete WCAG 2.2 implementation guide for detailed technical requirements and step-by-step instructions.
Within WCAG there are three levels of compliance Levels A, AA, and AAA. As such, compliance is categorized into three levels in order to meet the needs of different groups and different situations. Level A is the minimum level. Level AA includes all Level A and AA requirements. Many organizations strive to meet Level AA. Level AAA includes all Level A, AA, and AAA requirements. Let's dig a little deeper into each level.
Level A: Level A is considered the minimum level of compliance. At a high level, Level A compliance requirements prohibit elements that would make the website inaccessible for persons with disabilities. Essential Level AA requirements include: No keyboard traps; Navigable with a keyboard; Non-text content alternatives; Video captions; Meaning is not conveyed through shape, size, color etc. alone. Websites that do not meet at least Level A compliance can be extremely difficult for people with disabilities to use.
Level AA: Level AA is the compliance level that most organizations strive to meet. By following Level AA success criteria, your website will be usable and understandable for the majority of people with or without disabilities. Essential Level A requirements include: Color contrast is, in most instances, at least 4.5:1; Alt text or a similar solution is used for images that convey meaning; Navigation elements are consistent throughout the site; Form fields have accurate labels; Status updates can be conveyed through a screen reader; Headings are used in logical order.
Level AAA: Level AAA is the optimal compliance level which makes your site accessible to the maximum number of users, while making improvements to the user experience. Essential Level AAA requirements include: Sign language interpretation for audio or video content; Color contrast is at least 7:1 in most instances; Timing is not an essential part of any activity; Context-sensitive help is available. Although considered the optimal compliance level, it is cautioned that AAA may be difficult to achieve for an entire site, so you may want to focus on your audience’s specific needs for specific content.
It is important to note that compliance at higher levels indicates compliance at lower levels. For example, by complying to AA, a web page meets both the A and AA compliance levels.
There are tools to help you support WCAG compliance such as (https://www.allaccessible.org/). (https://www.allaccessible.org/) is the world’s most comprehensive web accessibility tool, and is compatible with all content management systems.
To learn more about AllAccessible and how it addresses WCAG A, AA, and AAA success criteria visit (https://www.allaccessible.org/)