Resources

Why Accessibility Overlay Widgets Don't Protect Your Dental Practice

One line of JavaScript that promises ADA compliance is an appealing offer. The FTC, the lawsuit data, and the assistive-technology community all say the same thing about it.

By Teo Marcelo · Founder, SmileLyraPublished 2026-07-09
TL;DR

Accessibility overlay widgets — JavaScript add-ons that promise automated ADA/WCAG compliance — do not fix the code-level violations that lawsuits and regulators measure. Sites running overlays are sued regularly, with plaintiff scanners detecting the same underlying failures; in January 2025 the FTC ordered accessiBe, the largest overlay vendor, to pay $1 million over deceptive claims that its widget makes sites fully compliant. WCAG 2.1 AA conformance is a property of your website's actual code, and the only way to get it is to remediate the code.

The pitch, and the physics

The overlay pitch is genuinely attractive: paste one script tag, pay a monthly fee, and an AI makes your website compliant — no developers, no rebuild. For a practice owner with no technical staff, that sounds like exactly the right product.

The problem is where accessibility actually lives. A screen reader reads your HTML: the alt attributes on your images, the labels bound to your form fields, the semantic structure of your headings, the keyboard behavior of your menus. WCAG measures those same things. An overlay runs after all of that is already broken and tries to guess at repairs in the visitor’s browser — guessing what your before/after photos depict, guessing what an unlabeled input is for. When the guesses are wrong, and they routinely are, the result is a site that is differently broken, sometimes worse: many blind users report overlays interfering with the screen-reader configurations they already have.

What the record shows

EvidenceWhat happened
FTC v. accessiBe (Jan 2025)FTC ordered the largest overlay vendor to pay $1M and barred claims that its widget makes sites fully WCAG-compliant automatically — the compliance promise itself was found deceptive
Lawsuit tracker data, year after yearHundreds of companies with overlays already installed are named in web accessibility suits annually — the widget did not remove them from target lists
Complaints citing the overlay itselfSome filings now list the widget as an additional access barrier, not a mitigation
The assistive-technology communityHundreds of accessibility practitioners and screen-reader users have publicly signed statements urging businesses not to rely on overlays

The tell: scanners still see everything

Here is the test that settles it. Run any standard accessibility engine — axe-core, Lighthouse, WAVE — against a site with an overlay installed. The violations are still there: the scanner reads the same DOM a screen reader does, and the underlying failures the overlay claims to handle show up in the report. Plaintiff-side firms use exactly this class of tooling to build target lists, which is why an overlay subscription and a demand letter are not mutually exclusive — they are frequently line items in the same practice’s ledger.

What to do instead

Fix the code. It is less convenient than a script tag and it is the only thing that changes what scanners, regulators, and actual patients with disabilities encounter. The path is short to describe: audit to inventory the violations, remediate them at the template and page level, keep the dated records, and re-scan as the site evolves. For most dental sites the violations cluster in a dozen recurring patterns — this is weeks of focused work, not a rebuild. And unlike a widget subscription, remediation is an asset you own: cancel an overlay and its promises vanish with it; fixed code stays fixed.

Common Questions

Questions dental practices actually ask

What exactly is an accessibility overlay?

A JavaScript widget you paste into your site that adds an accessibility menu — contrast toggles, text resizing, "screen reader profiles" — and attempts to patch code issues in the browser at page load. The underlying website code is unchanged; the widget re-decorates it for each visitor.

Why doesn’t an overlay satisfy WCAG?

WCAG conformance is a property of your content and code — accurate alt text, real form labels, working keyboard access, sufficient contrast in the design itself. An overlay cannot reliably infer what an image means, what a form field is for, or how a custom widget should behave; automated guesses at those produce wrong labels and broken interactions. The violations remain in the code where scanners, expert evaluators, and screen readers actually look.

Do overlays at least reduce lawsuit risk?

The record says no. Lawsuit trackers report hundreds of defendants every year that already had an overlay installed when they were sued — plaintiffs’ scanners detect the underlying violations regardless of the widget, and some complaints now cite the overlay itself as an additional barrier. An overlay can also signal that the owner knew about accessibility obligations and chose a shortcut.

What did the FTC actually rule about accessiBe?

In January 2025, the Federal Trade Commission ordered accessiBe to pay $1 million and barred it from claiming its accessWidget makes websites fully WCAG-compliant automatically. The FTC found those compliance claims deceptive. That is a federal consumer-protection agency, on the record, about the largest vendor in the category.

I already pay for an overlay. What should I do?

Run a real audit before deciding anything — it will show you exactly which violations exist in your code right now, with the overlay running. If the audit comes back clean, you have evidence your site actually conforms. It almost never does: then you know what the widget was not fixing, and you can put the subscription money toward removing the violations instead.

Find Out Where You Stand

Is your practice website exposed?

Run the free scan — your WCAG violation snapshot and risk level in about two minutes. No credit card required.

Run Free Health Check