Web Accessibility Compliance and the European Accessibility Act
by
-
8 minutes read
-
July 1, 2026

Accessibility is now a legal requirement, not a nice-to-have
For years, web accessibility compliance was treated as an optional polish step — something to revisit after launch if time allowed. That framing no longer holds. The European Accessibility Act (EAA) became enforceable on June 28, 2025, and all 27 EU member states have transposed it into national law.
The shift is already visible. The first enforcement actions and lawsuits began appearing in late 2025, and regulators across several member states have signalled active enforcement through 2026. For any company that sells digital products or services to customers in the EU, an inaccessible website or app is no longer just a usability gap. It is a compliance and business-continuity risk that belongs on the roadmap, not the backlog.
The shift is already visible. The first enforcement actions and lawsuits began appearing in late 2025, and regulators across several member states have signalled active enforcement through 2026. For any company that sells digital products or services to customers in the EU, an inaccessible website or app is no longer just a usability gap. It is a compliance and business-continuity risk that belongs on the roadmap, not the backlog.
What web accessibility compliance actually means
Accessibility means that people with disabilities — visual, motor, auditory, cognitive, and situational — can perceive, operate, and understand your product. In practice, compliance is anchored to two standards.
The first is the Web Content Accessibility Guidelines (WCAG), maintained by the W3C. WCAG is organised around four principles: content must be perceivable, operable, understandable, and robust. It defines three conformance levels — A, AA, and AAA — and AA is the level almost every regulation targets.
The second is EN 301 549, the European harmonised standard that the EAA points to. It currently incorporates WCAG 2.1 Level AA as the operative benchmark. A newer revision of EN 301 549 is expected to be published during 2026, and once it is referenced in the Official Journal it is set to bring WCAG 2.2 into scope, adding nine further success criteria around focus visibility, dragging alternatives, and consistent help. The practical takeaway: design to WCAG 2.1 AA today, and keep an eye on 2.2 so your product does not fall behind the moving line.
The first is the Web Content Accessibility Guidelines (WCAG), maintained by the W3C. WCAG is organised around four principles: content must be perceivable, operable, understandable, and robust. It defines three conformance levels — A, AA, and AAA — and AA is the level almost every regulation targets.
The second is EN 301 549, the European harmonised standard that the EAA points to. It currently incorporates WCAG 2.1 Level AA as the operative benchmark. A newer revision of EN 301 549 is expected to be published during 2026, and once it is referenced in the Official Journal it is set to bring WCAG 2.2 into scope, adding nine further success criteria around focus visibility, dragging alternatives, and consistent help. The practical takeaway: design to WCAG 2.1 AA today, and keep an eye on 2.2 so your product does not fall behind the moving line.
Who must comply, and the microenterprise exemption
The EAA covers a broad set of consumer-facing digital products and services, including:
There is a narrow carve-out. Microenterprises — broadly, fewer than 10 staff and under 2 million euros in annual turnover — that provide services have limited exemptions. Small and medium businesses above that threshold are expected to comply. Penalties vary by member state and can reach well into the millions of euros, alongside softer but real consequences such as products being pulled from the market and reputational damage. Treating accessibility as an afterthought is now the expensive option.
- E-commerce and online stores that sell to consumers.
- Banking, payments, and financial services.
- Ticketing, transport, and travel booking platforms.
- E-books, streaming, and digital media.
- Telecommunications services and many consumer apps.
There is a narrow carve-out. Microenterprises — broadly, fewer than 10 staff and under 2 million euros in annual turnover — that provide services have limited exemptions. Small and medium businesses above that threshold are expected to comply. Penalties vary by member state and can reach well into the millions of euros, alongside softer but real consequences such as products being pulled from the market and reputational damage. Treating accessibility as an afterthought is now the expensive option.
A practical path to compliance
You do not need to boil the ocean. A focused, staged approach works better than a frantic rewrite:
- Audit against WCAG 2.1 AA. Combine automated scanners with manual testing and real assistive-technology checks. Automated tools catch only a fraction of issues, so screen-reader and keyboard-only testing matter.
- Prioritise by impact. Fix blockers first — anything that stops a user from completing checkout, signing in, or submitting a form — before cosmetic issues.
- Fix in the code, not with a widget. Use semantic HTML, correct heading structure, labelled form fields, sufficient colour contrast, visible focus states, keyboard navigation, meaningful alt text, and captions for media.
- Publish an accessibility statement. Document your conformance level, known gaps, and a contact route for feedback.
- Prevent regressions. Add accessibility checks to your design system and CI pipeline so new features do not quietly reintroduce barriers.
Build accessibility in, do not bolt it on
The teams that stay compliant treat accessibility as a quality attribute, the same way they treat performance and security. That means it lives in the design system, in the definition of done, and in the QA process rather than in a one-off remediation project.
This is also where accessibility overlaps with good engineering generally. Semantic, well-structured, keyboard-friendly interfaces tend to be faster, easier to test, and better for SEO. In other words, the work you do for compliance pays back as a more robust product — and that is exactly the outcome a solid QA automation process is designed to protect release after release.
This is also where accessibility overlaps with good engineering generally. Semantic, well-structured, keyboard-friendly interfaces tend to be faster, easier to test, and better for SEO. In other words, the work you do for compliance pays back as a more robust product — and that is exactly the outcome a solid QA automation process is designed to protect release after release.
How Innvente can help
Innvente helps product teams reach and maintain web accessibility compliance without stalling the roadmap. We audit against WCAG and EN 301 549, remediate real code-level issues, and bake accessibility checks into your design system, testing, and delivery pipeline so it stays compliant as you ship.
Explore our web design and development and software testing services, review everything we offer, or book a free software project audit to find out where your product stands and what to fix first.
Explore our web design and development and software testing services, review everything we offer, or book a free software project audit to find out where your product stands and what to fix first.
Quick accessibility checklist
- Target WCAG 2.1 AA now, and plan for WCAG 2.2.
- Confirm every task works with a keyboard alone.
- Check colour contrast and visible focus states.
- Label all form fields and add meaningful alt text.
- Test with a real screen reader, not just scanners.
- Publish an accessibility statement and prevent regressions in CI.
Share on :