Skip to content

Accessibility Overlays vs. Real WCAG Audits: What Actually Delivers Compliance

Updated 2026-08-04 · WCAG 2.2

Accessibility overlays are one-line JavaScript widgets that promise to make a website accessible — sometimes "fully ADA and WCAG compliant" — automatically and overnight. Real WCAG audits are slower and involve humans. If the overlay pitch were true, no one would pay for the audit. But the documented record — from the practitioner-signed Overlay Fact Sheet to a $1 million FTC enforcement order and ongoing lawsuits against overlay-equipped sites — points one way: overlays do not deliver compliance, and organizations that rely on them keep the legal risk they were trying to eliminate. This guide lays out what overlays actually do, what the evidence shows, and what a genuine audit and remediation engagement looks like.

What overlay vendors claim — and what the products do

Overlays, as defined by the Overlay Fact Sheet, are technologies that apply third-party source code (typically JavaScript) to attempt front-end accessibility improvements after the fact. In practice they combine two things:

  • A visible widget offering user controls — contrast toggles, text resizing, reading masks, "screen reader mode."
  • Automated repair scripts that scan the rendered page and try to patch issues (for example, guessing image alt text or injecting ARIA attributes) as the page loads in the visitor's browser.

The marketing frequently extends to claims of automatic conformance with WCAG and laws that reference it. The technical reality is narrower:

  • Widget features are largely redundant. As the Fact Sheet notes, users with disabilities already have magnification, contrast, and screen reader capabilities at the operating-system or assistive-technology level — features they need for every site, not just yours.
  • Automated repair is unreliable for exactly the issues that matter. Machine-generated alt text, patched form labels, error handling, and keyboard access are all called out in the Fact Sheet as areas where automated repair cannot be trusted, and modern JavaScript frameworks can re-render content faster than an overlay can patch it.
  • Full conformance is out of reach by design. WCAG conformance means no content violates the success criteria. A tool that demonstrably cannot repair every issue cannot, by definition, make a site conformant — which is why the Fact Sheet concludes that "full compliance cannot be achieved with an overlay."
  • Privacy is a separate concern. Some overlays detect assistive technology to auto-enable profiles, which exposes the fact that a visitor has a disability — a practice the Fact Sheet flags as a risk under GDPR, UK GDPR, and CCPA.

None of this means every overlay vendor acts in bad faith, or that a text-resizing widget harms anyone by itself. The problem is the compliance claim attached to the script.

What the accessibility community and regulators say

The Overlay Fact Sheet — authored and signed by a long list of accessibility practitioners, including people with disabilities — commits its signatories to advocate for fixing issues at the source and explicitly "advocate[s] for the removal of web accessibility overlays."

Regulators and public testing bodies have followed:

  • US Federal Trade Commission (2025). The FTC ordered accessiBe to pay $1 million over claims that its accessWidget could make any website WCAG 2.1 AA compliant automatically. The complaint alleged the product failed to make basic components such as navigation menus, form fields, and image descriptions accessible, and that the company presented paid reviews as independent. The order was finalized in April 2025.
  • Germany's public accessibility monitoring bodies. The federal and state monitoring bodies for IT accessibility issued a joint assessment on overlay tools, warning that sites deploying overlays risk becoming less accessible for assistive technology users. Consequently, Germany's BIK testing network will not issue conformance statements for websites running an overlay — an overlay can disqualify you from the very certification you bought it to obtain.

The legal record: overlays do not stop lawsuits

The clearest empirical signal comes from litigation data. UsableNet's 2025 midyear report counted 2,019 US digital accessibility lawsuits in the first half of 2025 — and found that plaintiffs filed suits against companies using accessibility widgets every month of that period, including 132 in February alone. The report's conclusion is blunt: "accessibility widgets continue to offer no legal protection to the companies that use them." Complaints often cite the code-level barriers — unlabeled buttons, broken keyboard navigation, inaccessible checkout flows — that the widget did not and could not fix, and in some cases the widget itself introduces new barriers such as conflicting keyboard commands.

In the EU, the stakes now extend beyond litigation. The European Accessibility Act (Directive (EU) 2019/882) has applied since June 2025, with national market-surveillance authorities empowered to demand remediation and impose penalties. Conformance is assessed against EN 301 549 — the same source-level requirements an overlay cannot satisfy.

What a real audit and remediation engagement includes

A professional WCAG audit is not a scan report. A credible engagement typically covers:

  • Scoping and representative sampling — key templates, user journeys (registration, search, checkout), authenticated states, and documents, so findings generalize to the whole product.
  • Automated testing as a first pass — useful for catching roughly the machine-detectable subset of issues, never treated as the result.
  • Expert manual testing — full keyboard-only operation, screen reader testing (e.g. NVDA, JAWS, VoiceOver), zoom and reflow up to 400%, contrast verification, and review of dynamic components against WCAG 2.2 AA and, where relevant, EN 301 549.
  • A prioritized, code-level report — each finding mapped to a success criterion, with severity, affected user groups, and concrete remediation guidance your developers can act on.
  • Remediation support and retest — office hours or pairing during fixes, then a verification pass confirming the barriers are gone, producing evidence (such as an ACR/VPAT or a published test report) you can hand to procurement, regulators, or opposing counsel.
  • Durability measures — design-system fixes, CI checks, and team training so accessibility survives the next release.

That is the substantive difference: an audit changes your codebase; an overlay changes what loads on top of it.

Decision checklist

Before you sign anything — overlay subscription or audit contract — run through this list:

Question Overlay Audit + remediation
Are barriers fixed in our own code? No — patched at runtime, if at all Yes — fixed at the source
Can it achieve full WCAG conformance? No (Overlay Fact Sheet) Yes, verified by retest
Does it hold up as legal evidence? Weak — widget users are sued monthly Strong — documented conformance testing
Accepted by certification/testing bodies? German BIK test network declines conformance statements for overlay sites Standard basis for conformance claims
Regulator-tested marketing claims? FTC found "automatic compliance" claims deceptive N/A — claims rest on your own test results
Ongoing cost Recurring subscription, risk remains Front-loaded effort, compounding payoff

Practical guidance:

  1. If a vendor promises automated compliance with WCAG, the ADA, or the EAA, treat that claim as disproven by the public record cited above.
  2. If you already run an overlay, do not simply rip it out in a panic — commission an audit, remediate at the source, then remove the overlay once real fixes are verified.
  3. Budget for people, not just tooling: the durable fixes live in your templates, components, and content workflows.
  4. Ask any prospective audit partner how they test (manual methodology, assistive technologies used, sampling approach) and what evidence you receive at the end.

Overlays sell the feeling of compliance. Audits, remediation, and retesting produce the fact of it — for your users first, and for regulators and courts as a consequence.

FAQ

Do accessibility overlays make a website WCAG compliant?
No. The Overlay Fact Sheet, endorsed by hundreds of accessibility practitioners, states that while an overlay may improve compliance with a handful of provisions, full WCAG conformance cannot be achieved with an overlay. WCAG conformance requires that no content violates the success criteria, and overlays cannot reliably repair issues like missing form labels, keyboard traps, or inaccurate alt text at the source.
Can I still be sued if I use an accessibility overlay?
Yes. UsableNet's 2025 midyear report documents lawsuits filed against companies using accessibility widgets every month of the first half of 2025, including 132 in February alone, and concludes that widgets offer no legal protection. Complaints frequently cite the underlying code-level barriers that the widget failed to fix.
What happened in the FTC case against accessiBe?
In January 2025 the US Federal Trade Commission ordered overlay vendor accessiBe to pay $1 million over deceptive claims that its accessWidget could make any website WCAG 2.1 AA compliant automatically; the FTC also alleged the company presented paid reviews as independent endorsements. The Commission finalized the order in April 2025. It is the clearest official finding to date that automated overlay compliance claims are not reliable.
What does a real accessibility audit include?
A professional audit combines automated scanning with expert manual testing against WCAG 2.1/2.2 AA or EN 301 549: keyboard-only operation, screen reader testing, color and zoom checks, and review of forms, dynamic components, and documents. You receive a prioritized report with code-level findings, remediation guidance for your developers, and typically a retest to verify fixes — evidence you can actually stand behind.

Ready for the next step?

Compare verified providers — every listing cites its sources.

Get a real WCAG audit from a vetted agency

Verified agencies for this topic

Deque Systems

Herndon, United States

Deque Systems is a digital accessibility software and services company headquartered in Herndon, Virginia, founded in 1999 by CEO Preety Kumar. It develops the axe product line, including the open-source axe-core engine, axe DevTools, axe Monitor, and axe Auditor, and runs Deque University training and the axe-con conference. Services include expert accessibility audits with VPAT support, consulting, and compliance monitoring. The site is offered in English, German, and French.

Accessibility auditRemediationVPAT / ACRTrainingWCAG 2.2Section 508ADA

✓ Checked against 2 sources · last verified 2026-08-04

TPGi

Clearwater, United States

tpgi.com now redirects to vispero.com, the site of Vispero, the assistive technology company based in Clearwater, Florida that created the JAWS screen reader, Fusion, and ZoomText. Its digital accessibility services include audits and VPATs, PDF remediation, user experience and design, training, consulting, and expert staffing, plus Section 508 and WCAG compliance programs for enterprises, retailers, healthcare, education, and government clients.

Accessibility auditVPAT / ACRTrainingMonitoringWCAG 2.2Section 508ADA

✓ Checked against 2 sources · last verified 2026-08-04

Level Access

Stafford, United States

Level Access is a digital accessibility platform and services provider, active since 1999, with its USA location in Stafford, Virginia and offices in Toronto and Bristol, UK. Its platform combines automated scanning and expert manual audits, AI-powered remediation tools, governance and monitoring, VPAT/ACR documentation, and Level Access Academy training. Industry solutions cover financial services, software vendors, higher education, retail and e-commerce, and the public sector.

Accessibility auditRemediationVPAT / ACRTrainingWCAG 2.2Section 508ADA

✓ Checked against 2 sources · last verified 2026-08-04

Allyant

United States

Allyant is an accessibility company spanning digital, document, and print accessibility, with a team of over 300 accessibility experts across six offices, including Ottawa, Washington DC, Ogdensburg NY, Canberra, and Cairo. Services include website and mobile app auditing, scanning and monitoring, VPAT services, PDF remediation software and services, training, and braille and alternative-format print production, reporting 7M embossed braille pages and 2M PDF pages remediated per year.

Accessibility auditRemediationVPAT / ACRTrainingADA

✓ Checked against 4 sources · last verified 2026-08-04