๐ŸŽฏ LAUNCH15 ends July 19 โ€” 3 days left! Use code LAUNCH15 for 15% off Shop now โ†’
July 12, 2026 ยท 14 min read

European Accessibility Act 2026: Complete Website Compliance Guide

The European Accessibility Act (EAA) is the most significant web accessibility regulation to hit the EU since the original Web Accessibility Directive. With enforcement beginning in June 2025 โ€” and now fully active in 2026 โ€” the EAA extends accessibility requirements to a much broader range of products and services than previous legislation covered.

If your business sells products or services in the European Union, your website almost certainly needs to comply. This guide covers everything you need to know: deadlines, scope, technical standards, penalties, and the step-by-step path to compliance.

What Is the European Accessibility Act?

The European Accessibility Act (Directive 2019/882) is an EU law that sets common accessibility requirements for products and services across the European Union. Unlike the earlier Web Accessibility Directive (which applied only to public sector websites), the EAA covers private-sector products and services sold in the EU.

The EAA is designed to:

Member states had until June 28, 2022, to transpose the directive into national law. The compliance deadline for most businesses is June 28, 2025 โ€” which means enforcement is already active in 2026.

Key Deadlines โ€” Is It Too Late?

The EAA's compliance timeline is already in effect. Here's where things stand as of mid-2026:

June 2025
EAA enforcement
began
27 Member States
Must have transposed
into national law
3 Years Grace
Micro-enterprises get
until June 2028

If your website isn't accessible yet, you're already past the compliance deadline. However, enforcement is rolling out gradually. Member states are prioritizing their enforcement infrastructure โ€” market surveillance authorities, complaint mechanisms, and penalty frameworks. This creates a brief window where proactive compliance can still avoid penalties.

Key dates to know:

Who Must Comply (and Who's Exempt)

In Scope

The EAA applies to the following services when they're offered in the EU:

The following products must also comply:

Key โ€” Even US-Based Companies

If your business is based in the US or anywhere outside the EU but sells products or services to EU customers, the EAA applies to you. This is one of the most commonly overlooked requirements. Many US SaaS companies serving European customers are currently non-compliant without realizing it.

Exemptions

Technical Standards: EN 301 549 and WCAG 2.2 AA

The EAA doesn't specify WCAG directly. Instead, it references EN 301 549 (the European standard for ICT accessibility), which in turn references WCAG 2.1 Level AA as its baseline. However, most member states and market surveillance authorities are now interpreting this as WCAG 2.2 AA compliance, since EN 301 549 has been updated to include WCAG 2.2 criteria.

In practice, this means your website should meet WCAG 2.2 Level AA โ€” covering approximately 50 success criteria across four principles:

WCAG 2.2 added several new Success Criteria relevant to EAA enforcement:

Penalties for Non-Compliance

Each EU member state establishes its own penalty framework. While the directive sets minimum requirements, individual countries have significant discretion. The consequences can include:

One critical difference from the US: EAA enforcement is done by government bodies, not private lawsuits. But the downside is that the EAA covers more services, and non-compliance can eventually bar you from the European market entirely.

How Will Enforcement Work?

Each member state has designated one or more market surveillance authorities to enforce EAA requirements. These bodies can:

Documentation matters. Having a documented accessibility audit โ€” with a clear list of issues and a remediation plan โ€” can demonstrate good-faith compliance efforts. An audit report serves as evidence that you've assessed your site and are working toward compliance, which can influence enforcement decisions.

EAA Compliance Checklist for Websites

Use this checklist to assess your website's readiness for EAA enforcement. Each item corresponds to WCAG 2.2 AA requirements that EN 301 549 incorporates.

Phase 1: Automated Scan (Day 1)

โ˜

Run an automated WCAG scan on your homepage

Use a free scanner like our Accessibility Audit Scanner โ€” it checks 16 WCAG 2.2 checkpoints including color contrast, image alt text, form labels, heading structure, and keyboard navigation indicators. Get your baseline score in 30 seconds.

โ˜

Scan your top 5 most visited pages

EAA enforcement looks at your entire service, not just the homepage. Scan checkout flows, login pages, account management, and product pages โ€” these are where users encounter barriers.

โ˜

Document your current score and issue count

Record the number of critical issues, warnings, and informational findings. This becomes your baseline for tracking progress and demonstrating good-faith compliance efforts.

Phase 2: Critical Fixes (Week 1-2)

โ˜

Fix color contrast failures

WCAG 2.2 AA requires 4.5:1 contrast ratio for normal text and 3:1 for large text. This is the most common failure โ€” automated scans typically find 3-10 contrast violations on most commercial websites.

โ˜

Add missing alt text to images

Every information-carrying image needs descriptive alt text. Decorative images should have alt="" (empty alt). This is a Perceivable failure under WCAG 1.1.1 and one of the easiest to fix.

โ˜

Label all form fields

Every input, select, and textarea must have an associated label โ€” either a visible <label> element, an aria-label, or an aria-labelledby reference. Unlabeled fields are a critical WCAG 1.3.1 failure and block screen reader users from completing purchases.

โ˜

Ensure keyboard navigation works

All interactive elements must be reachable and operable via keyboard alone. Check for keyboard traps (elements that capture focus without releasing it), missing tabindex on custom controls, and focus indicators that are visible during keyboard navigation.

Phase 3: WCAG 2.2 Additions (Week 3-4)

โ˜

Check touch target sizes (2.5.8)

Since EAA enforcement references WCAG 2.2, any interactive target smaller than 24ร—24 CSS pixels is non-compliant. This commonly affects mobile navigation icons, small buttons, and inline links.

โ˜

Verify focus indicators aren't hidden (2.4.11)

Sticky headers and cookie banners can obscure focused elements. Test that keyboard-focusable elements remain visible when they receive focus, even with sticky positioning.

โ˜

Provide alternatives to drag-and-drop (2.5.7)

If your service uses drag-and-drop interactions (file uploads, list reordering, kanban boards), provide a single-click or button-based alternative. This is a new WCAG 2.2 AA requirement.

โ˜

Replace cognitive CAPTCHAs (3.3.7)

If your login or form submission uses CAPTCHAs that require pattern recognition, image identification, or memorization, provide an alternative like email verification or WebAuthn. Cognitive CAPTCHAs fail the new Accessible Authentication criterion.

Phase 4: Documentation and Ongoing Compliance

โ˜

Create an accessibility statement

EU member states are expected to require an accessibility statement on EAA-scope services, similar to the public-sector requirement. Include your current compliance level, any inaccessible content, and a contact mechanism for reporting issues.

โ˜

Document your compliance process

If you need to claim disproportionate burden for any criterion, document your assessment: cost estimation, benefit to users, comparison against total development budget, and a reassessment schedule. This documentation can shield you from penalties.

โ˜

Schedule quarterly re-audits

Accessibility isn't a one-time fix. New content, features, and third-party integrations can introduce new issues. A quarterly automated audit keeps you compliant and provides a continuous improvement record for enforcement bodies.

How to Get Started Today

The EAA compliance deadline has already passed, but proactive action still matters. Here's the fastest path to compliance:

  1. Scan your site free โ€” Use the Accessibility Audit Scanner to check any URL against 16 WCAG 2.2 AA checkpoints. No account required, results in seconds.
  2. Identify critical failures โ€” Focus on color contrast, missing alt text, unlabeled forms, and keyboard traps first. These represent the majority of WCAG failures and the most common enforcement triggers.
  3. Get a professional audit โ€” For a comprehensive assessment with per-element issue mapping and fix recommendations, order a Basic Audit ($249) or Full Site Audit ($499). You'll receive a styled PDF report with every finding mapped to the exact page element.
  4. Document everything โ€” Save your audit reports, remediation records, and accessibility policies. In the event of an enforcement inquiry, documented good-faith compliance efforts can significantly reduce penalties.

Run Your Free EAA Compliance Scan Now

Check any URL against WCAG 2.2 AA โ€” the same standard referenced by EN 301 549 for EAA compliance. Free, no account, no credit card.

Scan Your Site Free โ†’

Disclaimer: This article provides general guidance on the European Accessibility Act and is not legal advice. Consult with legal counsel familiar with accessibility law in your specific EU member state for compliance requirements.