全部札记

破除迷思

无障碍覆盖层:一行代码的修复,换来一场诉讼

Short answer: no. An accessibility overlay, the script that drops a widget on an existing site, does not make it compliant. Independent testing finds overlays catch only a fraction of WCAG issues, a rising share of accessibility lawsuits name sites that have one installed, and the FTC has already fined a major overlay vendor for claiming otherwise. Real compliance is built into the components, not bolted on top.

What is an accessibility overlay, and why does it get sold as a fix?

An overlay is a single <script> tag a vendor sells as a shortcut to compliance. Once installed, it adds a floating widget with controls for font size, contrast, and a "pause animations" toggle, and it runs automated scripts that try to patch the page on the fly: guessing at alt text, adjusting color values, rewriting ARIA attributes it did not write.

The pitch is genuinely appealing: no code review, no designer time, and a badge that says the site is protected. What it leaves out is the part that matters: the widget is guessing at a site it did not build, on top of a page it cannot fully see.

How much of WCAG can an overlay actually detect?

Not most of it. Automated tools, including the scanners inside overlay widgets, can meaningfully test only a minority of WCAG success criteria on their own.

Measured byAutomated coverageWhat it misses
WCAG 2.1 success criteria testable by machineAround 30 percent (15 to 16 of 50 AA criteria)Whether meaning, not just markup, is correct
Real-world issue volume, first audit pass57.38 percent (Deque, 13,000+ pages)The rest, closed only by manual review
Same dataset, with manual review added80.39 percent averageFull assistive-technology testing by a person

(Deque, Deque coverage report, to re-verify.)

The gap is structural, not a bug the next update fixes. A script can confirm an image has an alt attribute. It cannot tell whether that text describes the image, whether a custom widget responds to a keyboard, or whether reading order makes sense to a screen reader. Those are judgment calls, and judgment is what an overlay lacks. The WebAIM Million, an annual scan of one million home pages, still found detectable WCAG 2 failures on 95.9 percent of them in 2026, up from 94.8 percent the year before (WebAIM, to re-verify). Automated detection alone is not closing that gap. It is widening.

30%

of WCAG criteria are automatable

57%

of real issues caught on first automated pass

95.9%

of home pages still fail WCAG checks

Are overlays actually named in accessibility lawsuits?

Yes, and the trend does not favor the widget. UsableNet's 2024 lawsuit report found that roughly a quarter of all digital accessibility lawsuits filed that year targeted websites with an overlay already installed, the overlay itself cited as a barrier rather than a fix (reported via secondary coverage of UsableNet's data, Accessibility.Works, to re-verify). UsableNet's own 2025 monitoring shows the pattern holding, with lawsuits mentioning accessibility widgets recorded every month: 85 in January, climbing to 132 in February, then settling between 99 and 119 a month through June (UsableNet, to re-verify).

A widget being present does not prove it caused the suit, or that sites without one are safer. Across two years of tracking, an overlay has not been a credible substitute for fixing the underlying code. Plaintiffs' firms test past it, and courts have not treated it as a shield.

What happened with the FTC and accessiBe?

This is the case that turned "overlays don't really work" from a community complaint into federal law. In January 2025, the Federal Trade Commission announced a complaint and proposed settlement against accessiBe, one of the best-known overlay vendors, finalized as an order on April 21, 2025. The claim: accessiBe's accessWidget was marketed as able to make any website WCAG compliant using AI, and that was false, failing to fix basic components like navigation menus, form fields, and image descriptions. The complaint further alleged accessiBe dressed up third-party endorsements to look independent without disclosing its own involvement. The company paid $1 million and is barred from claiming its product can make a site WCAG compliant, or keep it compliant over time, without evidence (FTC, to re-verify).

That is one of the category's largest vendors, found by a regulator to have oversold what the category can do. Treat that as the ceiling of what any overlay can honestly promise, not the floor.

So what actually works instead?

There is no shortcut. The fix is the same discipline that makes a site good in every other respect.

  1. Start at the component, not the page. Every button, form field, menu, and modal gets built with correct semantic HTML and ARIA from the first pass, not patched afterward.
  2. Make keyboard navigation a first-class path. A feature that only works with a mouse is not finished, regardless of its score.
  3. Test with real assistive technology. A screen reader, a keyboard-only pass, and a person who relies on that technology daily catch what a scanner cannot.
  4. Hold contrast and motion to the standard, not the eye test. WCAG 2.2 AA contrast ratios and prefers-reduced-motion support are checked, not assumed.
  5. Re-test after every change. Compliance is a property of the current build, not a certificate earned once.

This is why Thabrew Effect treats accessibility as part of the same system as visibility and conversion, never a line item handed to a plugin. A component built accessibly the first time serves every visitor and every audit at once. A widget bolted on afterward serves a screenshot.

A plain note before the FAQ: none of this is legal advice. It summarizes publicly reported research and one federal enforcement action. Anyone facing an active accessibility complaint needs a lawyer, not a blog post.

常见问题

不能。覆盖层只是在现有代码上运行自动化脚本,只能处理少数几项WCAG成功标准。它们无法核实内容的含义、判断或意图,而这些恰恰是合规要求中的大部分内容。没有任何具备公信力的法律机构或无障碍权威机构,会认为仅靠覆盖层就已经足够。

证据指向恰恰相反的方向。多年的诉讼追踪数据显示,已安装覆盖层的网站在相当一部分诉状中被点名,插件本身有时还被列为一种障碍。

FTC发现,accessiBe将其产品accessWidget宣传为能够通过AI让任何网站都符合WCAG标准,而这一说法是虚假的:该产品在导航、表单字段、图片描述等基本组件上都存在缺陷。accessiBe为此支付了100万美元,并被禁止再次做出这一说法。

这取决于衡量的对象。按WCAG成功标准计算,大约只有30%可以单靠机器测试。按某项大型研究中实际问题数量计算,自动化工具在首轮扫描中大约能发现57%的问题,其余部分则需要人工审查。

把无障碍能力内建到各个组件之中:使用正确的语义化HTML,提供完整的键盘操作支持,测试色彩对比度与动效表现,并使用真实的辅助技术进行测试。应该把无障碍当作网站构建方式的一部分,而不是最后才添加的一项功能。

不构成。本文只是总结了公开报道的研究、诉讼趋势以及一起联邦执法案例。任何正处于法律纠纷中的人士,需要的是一位合格的执业律师,而不是一篇泛泛而谈的文章。

WCAG 2.2 AA涵盖可感知性、可操作性、可理解性和健壮性四大类标准,其中许多都需要人工判断。而覆盖层的自动化扫描,只覆盖其中一小部分技术性子集,这就是为什么通过覆盖层自身给出的分数,并不代表网站真正符合WCAG AA标准。

因为插件并不能修复底层代码。原告一方的测试,往往是人工进行的,并借助辅助技术,依然能发现扫描工具遗漏的那些障碍。插件改变的是截图上呈现的样子,而不是屏幕阅读器实际遇到的情况。