⚠️ Public Service Notice

The Truth About
Accessibility Overlays

Overlay widgets promise one-line-of-code ADA compliance. The data tells a different story: FTC enforcement, rising lawsuits, and 800+ professionals who signed a public statement opposing them.

$1M
FTC fine against accessiBe for deceptive advertising practices
FTC v. accessiBe, Jan 2025
25%
of ADA website lawsuits now cite the presence of an overlay widget
UsableNet 2024 Report
800+
accessibility professionals signed the Overlay Fact Sheet opposing overlays
overlayfactsheet.com
0
overlays that fix your source code — when you cancel, everything reverts
Technical analysis
Background

What Is an Accessibility Overlay?

An accessibility overlay (also called a widget, toolbar, or plugin) is a piece of JavaScript that loads on top of your website. It typically adds a small icon in the corner of the screen that opens a toolbar with options like "increase text size," "high contrast mode," or "screen reader mode."

The critical problem: overlays do not change your website's source code. They inject JavaScript that attempts to modify the rendered page in the browser. The underlying HTML — the code that screen readers, search engines, and assistive technology actually read — remains broken.

This means missing alt text stays missing. Unlabeled form fields stay unlabeled. Broken heading hierarchy stays broken. Keyboard traps stay trapped. The overlay paints over these problems without fixing them.

When you cancel your overlay subscription, every "fix" vanishes instantly because nothing was ever actually repaired.

Common Overlay Products

  • accessiBe — FTC fined $1M for deceptive claims (Jan 2025)
  • UserWay — JavaScript toolbar overlay
  • AudioEye — Hybrid overlay + monitoring
  • EqualWeb — AI-based overlay widget
  • MaxAccess — Overlay toolbar
  • TruAbilities — Overlay widget
  • WP Accessibility Helper — WordPress overlay plugin
  • One Click Accessibility — WordPress overlay plugin

This list is informational. Compliapoint is not affiliated with any overlay vendor. Our assessment is based on published enforcement actions, court filings, and technical analysis of overlay technology.

Technical Failures

Why Overlays Cannot Make Your Site Compliant

These are not opinions — they are technical limitations inherent to the overlay approach.

📄

No Source Code Changes

Overlays inject JavaScript on top of broken HTML. The actual source code — what screen readers parse, what search engines index, what courts examine — remains unchanged.

🖼️

Cannot Fix Alt Text

Image alt text is stored in your HTML or database. JavaScript cannot retroactively add meaningful descriptions to images it has never seen before. AI-generated alt text is frequently wrong.

📝

Cannot Fix Form Labels

Form fields need <label> elements associated in the HTML. Overlays cannot reliably associate labels with inputs, especially in complex forms, multi-step processes, and dynamic content.

⌨️

Cannot Fix Keyboard Navigation

Keyboard traps, missing focus indicators, and inaccessible interactive components (menus, modals, tabs) are structural HTML/CSS/JS problems. An overlay layer cannot repair the navigation underneath it.

🎨

Cannot Fix Heading Structure

Heading hierarchy (H1 through H6) must be correct in the source HTML. Overlays cannot restructure your document outline. Screen reader users navigate by headings — this is critical.

🔄

Subscription Dependency

Cancel your overlay subscription and every "fix" vanishes immediately. You have paid $200–$500/year with zero permanent improvement to your website. Source remediation is permanent.

Deep Dives

Explore the Evidence

We have compiled the enforcement actions, lawsuit data, and migration guidance into dedicated resources.

The Overlay Fact Sheet

Over 800 accessibility professionals, advocates, and organizations have signed a public statement opposing the use of overlay widgets. Signatories include representatives from:

W3C / WAI WebAIM Deque Systems Level Access TPGi National Federation of the Blind American Council of the Blind A11Y Project University IT Departments Government Agencies Disability Rights Advocates Independent Accessibility Consultants

Read the full statement at overlayfactsheet.com

Replace Your Overlay With Real Compliance

Source-level WCAG 2.2 remediation that actually fixes your code. One-time cost. Permanent results. Documentation that holds up in court.