Why Accessibility Overlay Widgets Don't Work (And What to Do Instead)
The Rise of Accessibility Overlays
As awareness of web accessibility requirements has grown — especially with the European Accessibility Act coming into full effect — a category of products known as "accessibility overlays" or "accessibility widgets" has emerged. These tools promise to make any website WCAG compliant by adding a JavaScript widget that sits on top of your existing website. It sounds appealing: instant compliance without changing your code. Unfortunately, the reality is far different.
What Are Accessibility Overlays?
Accessibility overlays are third-party JavaScript plugins that inject modifications into a web page after it loads. They typically add a toolbar or widget icon (often a wheelchair symbol or accessibility icon) that visitors can click to adjust settings like font size, contrast, cursor size, and more. Some overlay products also claim to use artificial intelligence to automatically fix accessibility issues such as missing alt text, improper heading structure, and missing form labels.
Popular overlay products include AccessiBe, UserWay, EqualWeb, AudioEye, and others. While their marketing materials promise instant WCAG compliance, the accessibility community has overwhelmingly rejected these claims.
Why Overlays Fail: The Technical Reality
1. They Cannot Fix Source Code Issues
The fundamental problem with overlays is architectural. An overlay operates on the rendered page — it cannot change the underlying HTML source code that screen readers, braille displays, and other assistive technologies actually interact with. When a screen reader encounters a poorly structured form, the overlay cannot restructure that form. When a complex interactive widget lacks proper ARIA attributes, the overlay cannot reliably add them in the correct context.
2. AI Cannot Reliably Generate Alt Text
Some overlays claim their AI can automatically generate alt text for images. While AI image recognition has improved significantly, it still cannot provide the contextually appropriate descriptions that WCAG requires. A photo of a person shaking hands might need alt text describing a business partnership agreement, a job interview, or a diplomatic meeting — the AI has no way to know the intended context without understanding the surrounding content.
3. They Often Interfere with Assistive Technologies
Many screen reader users have reported that overlays actually make websites harder to use. The overlay's JavaScript can conflict with the assistive technology's own processing of the page, creating confusion and introducing new barriers. Screen reader users often disable overlays immediately upon encountering them.
4. They Cannot Address All WCAG Criteria
WCAG 2.1 AA has 50 success criteria. Automated tools — even the best ones — can only fully test about 30-40% of these criteria. The remainder requires human judgment: Is the alt text meaningful? Is the focus order logical? Is the content understandable? An overlay cannot make these determinations or fix these issues.
5. They Add Performance Overhead
Overlays load additional JavaScript on every page, increasing page load times. This can actually harm accessibility, particularly for users with older devices, slow internet connections, or cognitive disabilities who may struggle with slow-loading interfaces.
What the Experts Say
The Overlay Fact Sheet
Over 700 accessibility professionals, disability advocates, and organizations have signed the Overlay Fact Sheet (overlayfactsheet.com), a public statement against overlay products. The statement concludes that "overlays do not fix accessibility issues" and "may actually make the experience worse for people with disabilities."
The National Federation of the Blind
The NFB, one of the largest disability rights organizations in the United States, has taken a formal position against overlay products, stating that they do not provide meaningful accessibility improvements.
Legal Precedent
Numerous lawsuits have been filed against companies using overlay products. Courts have consistently found that the presence of an overlay does not constitute WCAG compliance. In fact, some companies have been sued specifically because the overlay interfered with assistive technology use.
What Actually Works: A Genuine Approach to Accessibility
Step 1: Comprehensive Accessibility Audit
Start with a thorough audit of your website using a reliable testing tool. EAAPass provides comprehensive WCAG 2.1 AA auditing that identifies real issues in your code and provides specific guidance on how to fix them. Unlike overlays, audit tools show you what is actually wrong so you can fix it properly.
Step 2: Fix Issues at the Source
Use the audit results to fix accessibility issues in your actual HTML, CSS, and JavaScript. This approach:
- Creates genuinely accessible experiences
- Works with all assistive technologies
- Provides lasting compliance
- Improves your site for all users
- Provides genuine legal protection
Step 3: Implement Accessibility in Your Development Process
Make accessibility a core part of your development process, not an afterthought:
- Include accessibility requirements in design specifications
- Train developers on accessible coding practices
- Integrate automated accessibility testing into your CI/CD pipeline
- Conduct regular manual testing with assistive technologies
- Include people with disabilities in user testing
Step 4: Ongoing Monitoring
Accessibility is not a one-time fix. Every content update, feature release, or design change can introduce new barriers. Use tools like EAAPass for ongoing monitoring to catch new issues as they arise.
The Cost Comparison
A common argument for overlays is cost. They typically charge $500 to $5,000 per year for their widget. But consider the true cost:
- Overlay approach: Annual subscription fee + ongoing legal risk + potential lawsuit costs + damage to brand reputation among disability community
- Genuine accessibility: One-time development investment to fix issues + periodic audit costs + legal protection + improved SEO + better user experience for everyone
When you factor in the legal risk, the genuine approach is often more cost-effective in the long run.
Take the Right Approach
Do not be lured by the promise of instant compliance through an overlay widget. Genuine web accessibility requires genuine effort — fixing your code, training your team, and monitoring your site. The good news is that it does not have to be overwhelming.
Start with EAAPass to understand exactly where your website stands. Our comprehensive audit will give you a clear roadmap for achieving real WCAG 2.1 AA compliance — the kind that actually works for users with disabilities and protects your business under the European Accessibility Act. Get your free audit today.