A vendor emails you and says: "Add one line of JavaScript to your website and become ADA compliant instantly. No code changes needed. Full WCAG conformance. Legal protection included." The pitch is compelling because the problem is real — ADA web accessibility lawsuits exceeded 4,600 in 2023, and your website almost certainly has violations.
A vendor emails you and says: "Add one line of JavaScript to your website and become ADA compliant instantly. No code changes needed. Full WCAG conformance. Legal protection included." The pitch is compelling because the problem is real — ADA web accessibility lawsuits exceeded 4,600 in 2023, and your website almost certainly has violations. The overlay solution sounds like an easy, affordable answer. It is not. Accessibility overlays do not make websites compliant, do not provide legal protection, and in many cases make the experience worse for the very users they claim to serve.
This article explains what overlays actually do, what they cannot do, why they fail in court, and what the disability community has said about them — followed by what actually works. Revenue Group has removed overlay widgets from client sites and replaced them with genuine remediation. The difference in both compliance and user experience is measurable. For a comprehensive look at ADA compliance requirements, see our ADA website compliance services.
What Accessibility Overlays Claim to Do
Accessibility overlay products — AccessiBe, UserWay, AudioEye, EqualWeb, and others — are JavaScript widgets that inject a toolbar or panel onto your website. The toolbar typically offers controls for adjusting text size, color contrast, cursor visibility, line spacing, and font selection. Some overlays claim to use artificial intelligence to automatically generate alt text for images, fix heading structure, and add ARIA labels to interactive elements. The subscription cost ranges from $500 to $5,000 per year depending on the vendor and site size — significantly less than the cost of professional accessibility remediation.
The marketing pitch positions overlays as a compliance solution: one line of code, instant protection, no developer involvement required. Several overlay vendors explicitly claim WCAG 2.1 AA conformance and ADA compliance as outcomes of installing their product. Some go further, offering legal protection guarantees or promising to pay litigation costs if a customer is sued. These claims are the core of the product's value proposition — and they are the claims that disability advocates, accessibility professionals, and courts have systematically rejected.
Why Overlays Cannot Fix Underlying Code Issues
The fundamental problem with overlays is architectural. WCAG compliance requires that the website's HTML, CSS, and JavaScript conform to accessibility standards. An overlay is a layer on top of the existing code — it does not modify the code itself. This creates a category of issues that overlays simply cannot address regardless of how sophisticated their JavaScript is.
Missing alt text is the most obvious example. An overlay can attempt to generate alt text using AI image recognition, but the results are functionally useless for most business contexts. An AI might describe a photo as "a person standing in front of a building," but the meaningful alt text for a law firm's website is "Attorney Sarah Chen, founding partner." Only a human who understands the content's purpose can write alt text that conveys the information the image is intended to communicate. Automated alt text fails the WCAG requirement that alt text convey equivalent information to the visual content.
Document structure is another category overlays cannot fix. If a page uses heading tags incorrectly — jumping from H1 to H4, using headings for visual styling instead of structure — the screen reader user receives a nonsensical page outline. An overlay cannot restructure the HTML heading hierarchy because doing so would require understanding the content's intended organization and rewriting the document markup. Similarly, forms without programmatically associated labels (using the "for" attribute to connect labels to inputs) cannot be fixed by an overlay injecting guesses about which label belongs to which field.
Independent testing by accessibility professionals consistently finds that overlays leave 60% to 70% of WCAG violations unresolved. The WebAIM Million study and similar analyses show that websites using overlays have comparable or higher error rates than websites without them. Revenue Group's own audits confirm this: when we evaluate client sites that have overlays installed, the overlay resolves fewer than one-third of the issues we find during manual testing. For a detailed walkthrough of what WCAG actually requires, see our WCAG 2.2 compliance guide.
The Legal Risk of Relying on Overlays
Over 400 ADA web accessibility lawsuits have been filed against websites that had accessibility overlays installed at the time of the lawsuit. Courts have not accepted the presence of an overlay as a defense against accessibility claims. In several notable cases, the overlay's presence was used against the defendant — plaintiff attorneys argued that installing an overlay demonstrated the business was aware of accessibility obligations but chose a superficial solution instead of genuine compliance.
No court has ruled that an accessibility overlay makes a website ADA compliant. The legal standard courts reference is WCAG 2.1 Level AA, and overlays do not bring websites into conformance with that standard. Some overlay vendors have offered litigation support or legal guarantees as part of their subscription, but these guarantees have not prevented lawsuits or provided meaningful legal defense when tested. Revenue Group has worked with three clients who received demand letters while their overlay subscription was active — the overlay provided zero legal protection in each case, and the remediation cost was the same as if the overlay had never been installed.
Revenue Group's analysis of 24 client sites that had overlays installed before engaging us: the average overlay subscription cost was $1,800 per year. The average cost of genuine remediation that followed was $7,200. Every client would have spent less total if they had skipped the overlay and invested directly in remediation from the start.
What Disability Advocates Actually Say
The strongest indictment of accessibility overlays comes from the people they claim to help. The National Federation of the Blind — the largest organization of blind people in the United States — issued a public statement opposing accessibility overlays. Their position is clear: overlays create a separate and fundamentally unequal browsing experience, frequently conflict with the assistive technology that disabled users already use, and represent a performative gesture rather than genuine accessibility. The NFB specifically named AccessiBe in their statement, noting that the product created more barriers for their members than it removed.
Over 700 accessibility professionals have signed the Overlay Fact Sheet, an open letter documenting the technical and ethical problems with overlay products and calling on businesses to remove them. The letter states that overlays "do not and cannot provide the level of compliance they claim" and that they "create additional barriers for people with disabilities." Signatories include accessibility consultants, disabled developers, and assistive technology users who have directly experienced the problems overlays create.
The specific complaints from disabled users center on three categories: overlays interfere with screen reader settings by injecting conflicting ARIA attributes, overlay toolbars block content and create keyboard traps that prevent navigation, and overlays auto-detect disability and modify the experience without the user's consent — a practice that disabled users describe as patronizing and functionally harmful. One commonly cited example: an overlay that detects a screen reader and automatically switches the page to a "simplified" view, removing content that the user was trying to access.
What Actually Works Instead
Genuine accessibility requires fixing the source code. There is no shortcut, no widget, and no AI solution that replaces the work of making HTML, CSS, and JavaScript conform to WCAG standards. The process involves three phases: audit, remediation, and monitoring.
The audit phase identifies every WCAG violation using a combination of automated scanning tools (which catch roughly 30% to 40% of issues) and manual testing by accessibility specialists using screen readers, keyboard-only navigation, and other assistive technologies (which catch the remaining 60% to 70%). Revenue Group uses WAVE, axe, and Lighthouse for automated scanning, supplemented by manual testing with NVDA and VoiceOver. For a full overview of how audits work, see our ADA compliance checklist.
The remediation phase fixes the violations in priority order: critical issues first (keyboard traps, missing form labels, empty links), then major issues (alt text, heading structure, color contrast), then minor issues (decorative image handling, focus styling, skip navigation). Remediation is code-level work — a developer modifies the HTML, CSS, and JavaScript to meet each WCAG criterion. The timeline for a typical small business website with 10 to 30 pages is 2 to 4 weeks of developer time.
The monitoring phase maintains compliance over time. Websites change — new content is added, third-party widgets are updated, CMS platforms release new versions — and each change can introduce new accessibility violations. Monthly automated scans catch regression issues early, and quarterly manual reviews catch the subtler problems that automated tools miss. Revenue Group's accessibility maintenance plans include both, ensuring that compliance achieved during remediation is sustained through ongoing operation.
The transition from an overlay to genuine remediation is straightforward. Revenue Group has managed this transition for 12 clients. The process: leave the overlay active during remediation so there is no gap in the limited accessibility features it does provide, complete the code-level remediation over 2 to 4 weeks, run a final audit to confirm WCAG conformance, remove the overlay script from the site, and redirect the overlay subscription budget to ongoing monitoring. Every client who has made this transition reports that removing the overlay improved site performance — overlay scripts add 100KB to 300KB of JavaScript that slows page loads — and eliminated the complaints they had been receiving from disabled users about the overlay toolbar interfering with their existing assistive technology.
The Cost Comparison: Overlay vs. Real Remediation
The cost argument is the overlay industry's strongest pitch, so it deserves a direct comparison. A typical accessibility overlay subscription costs $500 to $5,000 per year. Professional remediation for a small business website costs $3,000 to $12,000 as a one-time investment, plus $500 to $1,500 per year for ongoing monitoring. Over a 3-year period, the total cost comparison looks like this: overlay subscription costs $1,500 to $15,000 with zero legal protection and ongoing WCAG violations, while genuine remediation costs $4,000 to $16,500 with actual compliance and dramatically reduced legal risk.
The overlay is not meaningfully cheaper. And the cost calculation does not include the $13,000 to $55,000 expense of a single ADA lawsuit — a risk that genuine remediation eliminates and an overlay does not reduce. Revenue Group has never recommended an overlay to a client because the risk-adjusted cost analysis never favors the overlay. The only scenario where an overlay appears cheaper is if you ignore the legal risk entirely, which is not a calculation any informed business should make. For help assessing your current risk level, see our guide on ADA website lawsuit prevention.
Ready to Replace Your Overlay With Real Compliance?
Revenue Group removes overlay widgets, audits your site, and remediates every violation — giving you actual ADA compliance instead of a false sense of security.
Get Your Accessibility Audit