Why Accessibility Overlays Don't Make You ADA Compliant
Accessibility overlay widgets — products like accessiBe, UserWay, AudioEye, and similar tools that promise one-line-of-code ADA compliance — have become one of the most controversial topics in web accessibility. The evidence against their effectiveness is now overwhelming.
In 2024, the FTC fined accessiBe $1 million for deceptive marketing practices, specifically for claiming their AI-powered overlay could make websites ADA compliant. The FTC found these claims were false and misleading, as the overlay failed to detect or fix many common accessibility barriers.
Court rulings have consistently rejected overlays as adequate compliance measures. In Murphy v. Eyebobs (2023), the court specifically noted that the defendant's use of an overlay widget did not constitute a good-faith effort toward compliance. Sites using overlays have been successfully sued just as frequently as sites without them.
The technical limitations are fundamental. Overlays operate at the presentation layer — they can modify how content appears but cannot fix structural issues like missing semantic HTML, improper heading hierarchy, or inaccessible custom JavaScript widgets. An overlay cannot make a custom React dropdown accessible if the underlying component doesn't support keyboard navigation.
The disability community has spoken clearly. The Overlay Fact Sheet (overlayfactsheet.com), signed by over 700 accessibility professionals and advocates, explicitly states that overlays do not provide adequate accessibility remediation and can introduce new barriers.
Over 1,000 websites with overlay widgets installed were sued for ADA violations in 2024 alone. The overlay did not prevent litigation and was not accepted as evidence of compliance.
Real accessibility requires structural changes: semantic HTML, proper ARIA usage, keyboard event handlers, screen reader testing, and genuine human evaluation. There are no shortcuts.
Need help finding an ADA-compliant agency?
Compare verified agencies in our directory — no overlay vendors listed.
Browse the Directory →Authoritative sources & further reading
This page aligns with the standards and guidance published by the following authorities. We cite them so you can verify every compliance claim independently.
- What Is the ADA? — Plain-Language Primer (opens in a new tab)
WhatIsADA.com. A plain-language explainer on the Americans with Disabilities Act — who it covers, the three titles, and how it applies to physical and digital access.
- Guidance on Web Accessibility and the ADA (opens in a new tab)
U.S. Department of Justice — ADA.gov. The DOJ’s official position that the ADA applies to the websites of state/local governments (Title II) and businesses open to the public (Title III), and that WCAG is the practical conformance standard.
- Introduction to Web Accessibility (opens in a new tab)
W3C Web Accessibility Initiative (WAI). The W3C WAI overview of what web accessibility is, why it matters, and how WCAG (the Web Content Accessibility Guidelines) defines conformance.
- Examples of ADA Compliant Websites (opens in a new tab)
AccessibilityChecker.org. Worked examples of accessible sites and the patterns — semantic structure, contrast, keyboard support — that make a website ADA compliant in practice.
- How to Make Websites Accessible (opens in a new tab)
Government of Ontario (AODA). Ontario’s practical, WCAG-aligned guidance issued under the AODA — a useful cross-jurisdiction reference for the same conformance targets used in U.S. ADA work.
Frequently Asked Questions
Do accessibility overlays actually work?
No. Accessibility overlays have been proven ineffective by courts, regulators (FTC), and the disability community. They cannot fix structural accessibility issues in website code and have been rejected as adequate compliance measures in multiple lawsuits.
Can I still be sued if I use an accessibility overlay?
Yes. Over 1,000 websites with overlay widgets installed were sued for ADA violations in 2024. Courts have consistently ruled that overlays do not constitute good-faith compliance efforts.
What should I use instead of an overlay?
Invest in professional accessibility remediation that fixes your website's actual code — semantic HTML, proper ARIA, keyboard navigation, and screen reader compatibility. Use automated scanning tools for ongoing monitoring, but rely on manual testing and real user feedback for true compliance.