İçeriğe atla
ACCESSIBILITY • OVERLAY vs WCAG SCANNING

Accessibility Overlay vs Real WCAG Scanning: What Is the Difference?

An accessibility overlay is a layer added to a site afterward with JavaScript, offering visitors a few display settings. It can be useful, but it does not fix the structural accessibility issues in the page source code. In this guide we explain the difference between the overlay approach and real WCAG 2.2 scanning, the limits of overlays and an honest path to compliance. This content is not legal advice.

UpdatedJune 17, 2026
TopicOverlay vs WCAG 2.2 scanning
StandardWCAG 2.2 · EAA · Circular 2025/10

What Is an Accessibility Overlay?

An accessibility overlay is a layer applied on top of an existing website afterward, using JavaScript. It typically opens a small button and offers visitors a few display settings, such as enlarging text, increasing contrast, stopping animations or a reading guide. These settings can provide a practical convenience for some users.

What matters is what an overlay does not do. An overlay does not fix the structural accessibility issues present in the page source code. A missing alt text, a broken heading hierarchy, an unlabeled form field, insufficient color contrast or a component that cannot be reached by keyboard are not permanently resolved by a display layer added on top at runtime. These issues live in the HTML, CSS and ARIA layer, that is, in the source code itself, and that is where the fix belongs.

Two Approaches: Presentation Layer vs Code-Level Measurement

There are two basic approaches to accessibility on the market. They are not the same thing and do not produce the same result. Below we compare the two in a factual way, without exaggeration.

The Overlay Approach

An overlay works at the presentation layer. It changes the page appearance at runtime; it enlarges text, inverts colors, stops motion. It installs quickly and leaves a visible button. However, it does not measure, does not report violations and does not change the source code. The structural issues underneath the page remain in place; the overlay only covers them with a display layer.

  • Layer: Presentation (runtime)
  • Output: Display settings
  • Does not: Measure, report, fix source code

The Scanning Approach

Scanning works at the code level. It examines the page against the WCAG 2.2 success criteria, detects violations and reports them by severity (critical, serious, moderate, minor). The output is not a visible button but a measurable finding: which element violates which criterion, and how severely. These findings guide the fixes to be made in the source code and let you track progress with a score.

  • Layer: Source code (HTML/CSS/ARIA)
  • Output: Severity-based violation report + score
  • Purpose: Measure, report, guide fixes

The two are not opposites but complementary. A well-designed widget that offers visitors useful display settings is valuable; however, an overlay alone is not a substitute for the measurement and source code fixes that need to happen. Meaningful accessibility work starts with scanning.

The Limits of Overlays and the FTC accessiBe Case

The accessibility community and domain experts have long noted that automated overlays do not deliver WCAG compliance on their own. The reason is structural: because an overlay does not measure and does not change the source code, it does not resolve the underlying violations. Moreover, in some cases the overlay itself can conflict with assistive technology, for example screen readers, and disrupt an experience that already worked. For this reason an overlay should be seen not as the starting point of an accessibility program but, at most, as a complement to it.

This also took concrete form at the regulatory level. In 2025, the US Federal Trade Commission (FTC) imposed a USD 1 million penalty on the overlay provider accessiBe over deceptive claims that its automated tool made websites WCAG compliant. This is a public, concrete decision showing that the claim of an automated tool achieving compliance on its own was rejected by a regulator. Source: ftc.gov.

Takeaway: No automated tool, whether an overlay or a scanner, can guarantee full WCAG compliance on its own. Full compliance requires source code fixes and manual review. The right question is not which tool makes me instantly compliant, but which tool honestly measures my situation and guides the fixes.
4 Steps

How Real WCAG Compliance Progresses

Meaningful accessibility progresses not through a button but through a measurable loop. The four steps are a repeating process, not a one-time task.

01 · Scan

Scan the page against the WCAG 2.2 success criteria. Automated scanning surfaces machine-detectable violations such as missing alt texts, contrast issues, unlabeled form fields and broken heading structure. This is an objective snapshot of the current state.

02 · Prioritize

Report the violations by severity: critical, serious, moderate, minor. This ranking lets you spend limited time on the issues with the most impact. A compliance score (0-100) makes progress measurable over time.

03 · Fix in the Source Code

This is where the real work is. The detected violations are fixed in the HTML, CSS and ARIA layer, that is, in the source code: missing alt text is added, the heading hierarchy is corrected, form fields are labeled, contrast is resolved. No runtime layer does this permanently for you.

04 · Document with a Statement

Document your work with an accessibility statement. Under EAA Article 13, a statement transparently describes your compliance status, known limitations and a feedback channel. The statement makes the outcome of the process visible and accountable.

cerez.io

The cerez.io Approach: Not an Overlay, but Real Scanning and a Widget

cerez.io does not guarantee full WCAG compliance; it measures your situation, reports violations and helps document them with a statement. Our approach is not an overlay; it is built on a real WCAG 2.2 scanner and a real accessibility widget running inside a Shadow DOM.

WCAG 2.2 Scanner

The platform scans your site against the WCAG 2.2 success criteria, detects violations by severity (critical, serious, moderate, minor) and produces a 0-100 compliance score with a prioritized violation report. This covers the measurement and reporting step that an overlay does not.

Available

Shadow DOM Widget (Not an Overlay)

The real accessibility widget runs inside a Shadow DOM, in isolation. It does not break the host site's CSS and does not interfere with the page structure. It offers visitors more than 40 features and more than 10 profiles; this is a controlled, isolated component, not a superficial display layer.

Available

EAA Accessibility Statement Generator

The platform helps you create the accessibility statement under EAA Article 13: compliance status, known limitations and a feedback channel. This completes the final link of the four-step process, namely documentation.

Available
cerez.io is an infrastructure that offers real scanning, a real widget and a statement generator for accessibility. That said, full WCAG compliance is not guaranteed. Full compliance requires source code fixes and manual review. The platform measures, reports and helps document this process; the place where the fix happens is your source code.

Frequently Asked Questions

Short answer: Not on its own. An overlay works at the presentation layer; it offers display settings at runtime but does not measure or fix the structural violations present in the source code. The accessibility community and experts have long noted this point. Meaningful compliance progresses by scanning the page against the WCAG 2.2 criteria, fixing the violations in the source code and documenting that with a statement.

Short answer: In some cases it can. An overlay that interferes with the page at runtime can conflict with assistive technology such as screen readers and disrupt a user's already working experience. For this reason an overlay should not be seen as the only solution; the real solution is to resolve the issues in the source code. The cerez.io widget runs isolated inside a Shadow DOM to reduce this risk.

Short answer: Full compliance requires structural fixes. The European Accessibility Act (EAA) took effect in June 2025; in Turkey, Presidential Circular 2025/10 brought WCAG 2.2 Level A onto the agenda for the public sector and a broad part of the private sector (deadline June 21, 2026). These frameworks define accessibility through measurable criteria; a display layer applied on top does not meet this expectation on its own, because it does not resolve the violations in the source code. This content is not legal advice.

Short answer: One measures, the other changes the appearance. Scanning examines the page against the WCAG 2.2 criteria and reports violations by severity; its output is a measurable finding that guides fixes in the source code. An overlay changes the appearance at runtime but does not measure and does not fix the code. Scanning answers the question what do I need to fix; an overlay does not answer that question.

Short answer: No. cerez.io is not an overlay. The platform scans the page with a real WCAG 2.2 scanner, reports violations by severity and offers visitors a real accessibility widget running isolated inside a Shadow DOM. This is accompanied by an EAA Article 13 statement generator. cerez.io does not guarantee full compliance; it measures, reports and helps document your situation, and the place where the fix happens is your source code.

Not an overlay, real measurement

Scan your site against WCAG 2.2, see violations by severity, add the Shadow DOM widget and start building your EAA statement. Set up in 5 minutes.


⚡ YASAL ZORUNLULUK 2025/10 Cumhurbaşkanlığı Genelgesi: Kamu, belediye, banka, üniversite, hastane, okullar için 21 Haziran 2026'ya WCAG 2.2 A zorunlu · Ceza: 5.000–25.000 TL/tespit
Detay →