Strategies to future-proof UX that meets EU legal standards

Accessibility for digital products is no longer optional — it’s a necessity with the upcoming enforcement of the European Accessibility Act (EAA).
Until now, European standards such as EN 301 549 have required only the public sector to comply with the Web Content Accessibility Guidelines (WCAG). So only government agencies or businesses that sell information and communication technology (ICT) to government agencies have needed to meet accessibility specifications.
As of June 2025, this will be expanded into the private sector in the European Union (EU) — including e-commerce, restaurants, and banking services.
Are you thinking any of the following?
- Does the EAA apply to me or the business I work for?
- What is the WCAG and what does it require?
- How much work is needed make my UX designs compliant?
I get it — it’s time-consuming to understand the grueling details of a legislative act, but it’s vital to realize how it directly impacts you and your business (whether you’re an employee or employer).
What is the European Accessibility Act (EAA)?
The EAA is a “directive” that aims to improve accessibility in products and services in EU member states. This ensures people with disabilities can successfully access any digital product — ranging from writing an email on a laptop to checking-in at the doctor’s office with an iPad.
The directive was enacted in 2019, but will become enforced on June 28, 2025 for any new products.

EAA requirements
To comply with the EAA, you need to follow the European “standard,” EN 301 549. EN 301 549 includes many clauses covering accessibility for a broad range of ICT — from native mobile applications to electronic hardware.
The clauses circling the web and software incorporate the Web Content Accessibility Guidelines (WCAG) 2.1, Level AA.
Who does the EAA apply to?
The EAA impacts all 27 member states of the EU. This includes countries such as France, Spain, and Sweden.
Not only do EU member states need to comply, but any company that does business with the member states — even if the company isn’t based in the EU. For example, if a person in Italy accesses an e-commerce website based in the United States, the website must comply with the EAA.
What does WCAG require?
WCAG offers internationally recognized standards for digital accessibility. These standards are developed by the World Wide Web Consortium (W3C) and are constantly evolving to account for changes in HTML and assistive technologies.
The EAA and EN 301 549 require conformance to WCAG 2.1, Level AA standards. But what does that mean exactly?
WCAG versions
New versions of WCAG are periodically released to accommodate to the internet’s evolution. As methods and technologies are deprecated and replaced, it’s important to update standards to ensure accessibility is met.
The most current version of WCAG is 2.2, which was released in October 2023. Though the EAA and EN 301 549 currently require WCAG 2.1, it’s expected they will be updated to include the WCAG 2.2 version.

WCAG conformance “levels”
WCAG includes 3 levels of conformance: Level A, Level AA, and Level AAA. Level A offers guidelines for the most basic accessibility considerations, while Level AAA reaches the widest degree of accessibility.
Each success criteria (SC) in WCAG has a conformance level. For instance, SC 1.1.1 (Non-text content) is Level A, while SC 2.4.12 (Focus not obscured–Enhanced) is Level AAA.
To conform to a certain WCAG level, the digital product must also conform to the level below it. So if your website is Level AA, it passes both Level A and AA success criteria (which is what’s required to comply with the EAA).

Design strategies for EAA compliance
WCAG standards are dense, and it takes time to incorporate them into your UX design process. But there are strategies you can start using now to meet most of the requirements to comply with the EAA.
1. Color contrast ratio
Designers must create color palettes that support a high color contrast ratio for content like text or UI components. You can check color contrast ratios with tools such as WebAIM’s Contrast Checker.
- Small text (less than 18px) must have a color contrast ratio of 4.5:1 with its background
- Large text (larger than 18px) must have a contrast ratio of 3:1 with its background
- UI components, like buttons, should have a color contrast ratio of 3:1 with its background
- Color should not be used alone to convey meaning; semantic color also needs a text label or appropriate icon
For more details, visit WCAG 1.4-Distinguishable.
2. Keyboard functionality
Some users can’t use a mouse or their laptop’s trackpad. Users who are blind or have limited hand mobility use their keyboard or other assistive technologies, and must be able to operate the product with their preferred input method.
- All user actions are doable from a keyboard, except for freehand movements (I.E., digital painting)
- Keyboard users must not encounter a keyboard trap (I.E., the user can’t navigate away from elements like a modal)
- Keyboard users have a way to turn off or remap keyboard shortcuts made up of single-character keys (I.E., use “D” to delete an item)
For more details, visit WCAG 2.1-Keyboard accessible.

3. Multimedia features
All users, whether they are blind, hard-of-hearing, or have a learning disability, must be able to access the information any multimedia provides (I.E., videos or audio).
- Provide captions for any pre-recorded audio that is time-based (I.E., syncing audio with text-based captions)
- Provide an audio description for pre-recorded videos (I.E., an animation without audio showing how to tie your shoes)
- Provide captions for all live video content (I.E., a news organization’s live broadcast)
For more details, visit WCAG 1.2-Time based media.

4. Headings and labels
When headings and labels aren’t used properly or aren’t used at all, users have a hard time processing content and completing tasks — from reading an article to filling out a form.
- Provide clear headings and labels that describe the page content or input field
- Ensure labels and headings that visually convey structure and relationships are programmatically associated to their content (I.E., the page heading includes a <h1> tag)
- Ensure individual cells in a data tables are programmatically associated to their parent column or row header (I.E., the cell named “Blue” is associated to its parent column named “Colors”)
For more details, visit WCAG 1.3-Adaptable.
5. Support screen readers
Many people use screen readers, such as NVDA or JAWS, so they can use any website or software. Ensuring digital products are compatible with screen readers seem challenging, but there are ways to proactively support screen readers.
- Use semantic HTML elements, like <button>, and avoid non-semantic elements, like <div> and <span>, that don’t contain built-in meaning
- Provide a text alternative for meaningful images using the alt attribute
- Ensure all interactive elements have a corresponding name, role, and value
- Ensure the focus indicator is always visible so the user knows where they are in the interface
For more details, visit WCAG 4.1-Compatible.
Tools to use for an accessible design process
To help meet WCAG 2.1, Level AA standards, there are tools you can incorporate in your UX process to create accessible designs and hand them over to your development team.
1. WAVE
WAVE is a free accessibility evaluation tool developed by WebAIM. WAVE offers multiple browser extensions for Chrome, Firefox, and Edge. After adding the extension to your preferred browser, all you have to do is visit your website and activate WAVE to get an automated evaluation.
Note: Automated tools only find about a third of accessibility issues, so a manual evaluation is still needed after using WAVE.
Pros of WAVE:
- Offers multiple extensions for your preferred browser
- Allows you to easily see the tab order and structure of a web-page
- Provides recommendations on how to correct accessibility issues
Cons of WAVE:
- The icons representing potential accessibility issues are overwhelming and difficult to understand which icon goes to which element
2. Stark
Stark offers a plug-in for both Figma and Sketch that designers can use to thoroughly check and annotate UX designs for developer hand-off. This ensures that developers know the specifics for alt text, tab order, and heading levels.
Pros of Stark:
- Offers a range of features to check designs for contrast and typography issues, as well as annotate for developer hand-off
- Provides color suggestions when the color contrast ratio doesn’t meet WCAG, Level AA requirements
- Provides a vision simulator to test designs against different types of color blindness (I.E., protanopia)
Cons of Stark:
- It can be difficult to select the correct layer when annotating designs
- Some advanced features in the plug-in are paid to use
3. JAWS
JAWS (Job Access with Speech) is one of the most commonly used screen readers. JAWS allows users with limited vision to access and use digital products, and is beneficial to test your digital product with to ensure it’s compatible with screen readers.
Note: JAWS’ free version only allows you to use it for 45 minutes before restarting, and is best used on Chrome or Firefox browsers.
Pros of JAWS:
- Ability to highly customize the JAWS settings, such as the voice synthesizer
- Provides output both through audio and braille devices
- Freedom Scientific offers trainings to learn how to use JAWS
Cons of JAWS:
- Includes a steep learning curve compared to other screen readers
- Only accessible through a Windows operating system
- Has a limited free version–must pay to access the full version
Conclusion
Ready or note, the European Accessibility Act (EAA) will be enforced on June 28, 2025. So any company (public or private) that provides ICT or operates digital products that an EU citizen can use is subject to the EAA.
Any new product introduced to the market must comply with WCAG 2.1, Level AA to meet the requirements of the EAA and EN 301 549.
Web accessibility is no longer optional — it’s essential. Though building inclusive products is the right thing to do, you may be subject to legal action if you avoid it. Is your digital product ready?
Sources
- WCAG by Level Access, “EN 301 549 Conformance: An Overview”
- Accessibility Works, “European Accessibility Act Compliance Requirements: The Next GDPR”
- WCAG by Level Access, “The European Accessibility Act: Technical Aspects of Compliance”
- European Union, “Types of legislation”
- W3C Web Accessibility Initiative, “WCAG 2 Overview”
- W3C, “WCAG 2.1 Guidelines”
Ready or not, the EAA is here was originally published in UX Collective on Medium, where people are continuing the conversation by highlighting and responding to this story.
Leave a Reply