Why accessibility overlays don't work: what the data shows

Accessibility overlays are JavaScript widgets that promise instant WCAG compliance. Companies like accessiBe, UserWay, AudioEye, and EqualWeb sell these tools as one-line-of-code solutions to accessibility. The marketing is appealing: add a script tag, and your site becomes accessible.

The evidence tells a different story. Over 800 accessibility professionals have signed a public statement opposing overlays. The National Federation of the Blind passed a resolution against them. Lawsuit data shows overlay users face the same litigation rates as sites without overlays. Independent researchers have documented overlays adding new barriers for the users they claim to help.

This article presents that evidence. We are not selling against overlays to promote Auditi; we are presenting data that accessibility practitioners, disability advocates, and independent researchers have published.


What overlays claim vs what they actually do

Overlay vendors make specific marketing claims. Independent testing by researchers including Adrian Roselli and Karl Groves has measured how those claims hold up.

| Claim | Reality | Source | |-------|---------|--------| | "Instant WCAG 2.1 AA compliance" | Overlays address at most 20-25% of WCAG success criteria | Karl Groves, Overlay Fact Sheet (2021) | | "Fixes all accessibility issues automatically" | Cannot fix semantic HTML, heading structure, or missing form labels in source code | Adrian Roselli (2020) | | "Screen reader compatibility" | Often adds conflicting ARIA attributes that break existing screen reader navigation | National Federation of the Blind (2021) | | "Keyboard navigation support" | Cannot resolve keyboard traps in third-party widgets or complex custom components | WebAIM Million Report (2024) | | "AI-powered remediation" | AI cannot determine author intent for missing alt text, ambiguous link text, or unlabelled controls | W3C Accessibility Guidelines Working Group | | "Legal protection" | Sites using overlays showed no reduction in ADA lawsuit filings | UsableNet Mid-Year Report (2023) |

The gap between claims and performance is not marginal. Overlays operate on the presentation layer (CSS, ARIA injection, DOM manipulation) but cannot modify the underlying HTML semantics that assistive technologies depend on.


The technical limitations are structural

Overlays run as JavaScript that executes after your page loads. This creates fundamental limitations that no amount of AI or heuristics can overcome.

Overlays cannot fix semantic HTML

WCAG success criteria 1.3.1 (Info and Relationships) requires that information and structure be programmatically determined. When a developer uses a `

` instead of a `