Accessibility used to be the thing teams promised to get to later. That window has closed. For product, design, and growth teams in every industry, accessible design has moved from a compliance checkbox filed under legal to a baseline expectation that decides whether real people can buy, sign up, or finish the job your product exists to do. The shift is not abstract. It is now written into law, enforced across EU member states, and it maps almost exactly onto the usability work good teams should have been doing anyway.
Why web accessibility compliance stopped being optional
The clearest forcing function is European. On 28 June 2025, the European Accessibility Act entered into application across the EU, requiring that key products and services, from phones and computers to e-books, banking services, e-commerce, and electronic communications, be accessible to persons with disabilities. The European Commission announced the milestone on its Shaping Europe's digital future site. This is not a niche rule aimed at a handful of companies. It reaches any business that places covered digital products or services on the EU market, wherever that business is headquartered.
The population it serves is large. Around 87 million people in the EU have some form of disability, according to the European Commission. Designing them out of your funnel is not an edge case you can round down. It is a structural share of your market, and in a growing number of jurisdictions, excluding them is now a legal exposure rather than a missed opportunity.
What WCAG 2.2 actually asks of you
Accessibility law tends to point at one technical standard: the Web Content Accessibility Guidelines. WCAG 2.2 became a formal W3C Recommendation on 5 October 2023 and adds nine new success criteria on top of WCAG 2.1, as the W3C published. The newest additions are not exotic: they include making touch targets large enough to hit and not forcing people to re-enter information they already provided. The broader standard covers the same plain ideas, such as letting a keyboard user reach every control, keeping the focused element visible, and giving every image and control a text alternative. Read the list and you notice something: almost every requirement is also a usability improvement that helps users who have no disability at all. That overlap is the whole point.
A worked example: the checkout nobody can finish without a mouse
Picture a subscription business with a polished signup flow. It demos beautifully on a designer's laptop with a trackpad. Now a customer who navigates by keyboard arrives, because of a motor impairment, a broken trackpad, or simply preference. They tab through the form and the focus indicator vanishes, so they cannot tell which field is active. The custom dropdown for billing country does not respond to arrow keys. The final Pay button is a styled div the keyboard cannot reach at all. Nothing crashed. The flow technically works. It just quietly turns away a paying customer, and the same defect blocks a screen reader user completely. Swap the subscription business for a bank's onboarding, a retailer's checkout, a health portal's appointment booking, or a media paywall, and the failure is identical: the interaction succeeds for some users and silently fails for others, and no bug report is ever filed, because the people affected just leave.
Accessibility is a design decision, not a remediation ticket
The expensive version of accessibility is the one bolted on at the end, where an audit returns hundreds of violations a month before a deadline. The cheap version is designed in from the start: sufficient color contrast chosen in the palette, focus states drawn alongside hover states, semantic structure decided before a line of code is written. That is why accessibility belongs in the same place as the rest of your quality bar. The same discipline that keeps an agent-ready design system consistent can encode accessible defaults into every component, so the accessible choice is the default choice. And it sits next to performance as a quiet conversion lever: the same way a faster page protects the moments where users convert, an accessible one stops leaking the customers who cannot use an inaccessible one. There is a well-documented bonus here, often called the curb-cut effect: the ramp cut into a sidewalk for wheelchairs ends up helping parents with strollers, travelers with luggage, and everyone else. Captions help people in loud rooms. Keyboard support helps power users. Build for the edge and you improve the middle.
A quick accessibility readiness check
Before your next launch, run your team through these five questions. We use them as a practical lens at Aero, not an industry standard, and they surface the gaps fast.
- Can someone complete your single most important flow, the checkout or signup, using only a keyboard, with the focused element always visible?
- Does every image, icon button, and form field carry a text label a screen reader can announce, or are some of them silent?
- Have you measured color contrast on real text and controls against the WCAG 2.2 thresholds, rather than eyeballing it?
- If you sell into the EU, do you know which of your products and services the European Accessibility Act covers, and can you show it?
- Is accessibility a default baked into your design system and components, or a cleanup pass someone runs before a deadline?
If any answer is uncomfortable, the gap is in how accessibility is built into your process, not in how much effort your team is willing to spend later.
Frequently asked questions
What is the European Accessibility Act?
It is an EU directive, Directive (EU) 2019/882, that sets common accessibility requirements for specified products and services, including e-commerce, banking, e-books, smartphones, and computers. It entered into application on 28 June 2025 and applies to businesses placing those products and services on the EU market.
Is WCAG 2.2 a law?
No. WCAG 2.2 is a technical standard published by the W3C, not a law in itself. Accessibility laws and procurement rules around the world reference WCAG as the benchmark for what accessible means, which is why it is the practical target most teams design to.
Does accessibility really apply to my industry?
Yes. Anyone with a digital product has users who navigate by keyboard, screen reader, captions, or high contrast, from finance and healthcare to SaaS, commerce, and media. The specific obligations vary by market, but the design problem, making your product usable by everyone who needs it, does not.
Get started
Start by running your most important flow end to end with only a keyboard, then ask whether every user who needs your product could actually finish. Aero Interactive helps product teams build accessibility into design systems and experiences so it is a baseline, not a scramble. Reach out to start the conversation.
Sources