İçeriğe atla
Honest positioning · not an overlay, real scanning

An overlay hides the problem. We measure, report and document.

An accessibility overlay is a JavaScript layer added to your site afterward that offers the visitor a few display settings. It can be useful, but it does not fix the structural accessibility problems in your page's source code. cerez.io chose a different path: it genuinely scans your site against WCAG 2.2, ranks violations by severity, produces a sample compliance score between 0 and 100 and helps you document your EAA statement. On this page we explain, without exaggeration, where the overlay approach falls short and what we do differently. This content is not legal advice.

Start free See the sample report 0-100 sample score · severity-ranked violation report · EAA statement

cerez.io is not an accessibility overlay; it scans your site against WCAG 2.2, reports violations by severity and leaves the fixing to your own source code. It does not promise instant or full compliance; it measures your compliance, reports it and helps you document it.

The Problem

Why is the overlay approach not enough on its own?

Overlay tools inject a single script and offer display settings; this can be a convenience for some users, but it neither measures structural violations nor resolves them in the source code.

The overlay approach

Presentation layer, big promise.

  • It does not permanently fix the source code; missing alt text, an incorrect heading hierarchy, an unlabeled form field and insufficient contrast live in the HTML, CSS and ARIA layer, and the display layer draped over them covers them rather than resolving them.
  • On every page load it tries to re-patch at runtime; because the actual violation stays in the source code, the result is neither measurable nor auditable.
  • It does not measure; it does not tell you which element violates which WCAG criterion and with what severity, and it produces no score or prioritized violation report.
  • An overlay that intervenes in the DOM at runtime can conflict with assistive technologies such as screen readers and disrupt an experience that already works.

We wired up a button and the site became accessible, that is not how it actually works.

cerez.io approach

Measure, report, document.

  • It genuinely measures against the WCAG 2.2 A/AA/AAA success criteria.
  • It produces a 0-100 sample compliance score and a severity-ranked violation report.
  • Document your obligation with the EAA statement generator.
  • The widget runs in isolation inside a Shadow DOM, and native screen reader behavior is preserved.

We say it plainly: full compliance requires source code fixes and manual review. We shorten the path and produce the evidence.

Evidence

Not a claim, a public record.

Our critique of overlays is a critique of a general approach and rests on verifiable public facts; you can review the three sources below yourself.

FTC · April 2025

The U.S. Federal Trade Commission approved the final order requiring the overlay provider accessiBe to pay 1 million USD over deceptive claims that its automated tool made sites WCAG compliant, together with an obligation not to state that any site is WCAG compliant.

See the FTC order
UsableNet · 2024-2025

According to UsableNet's reporting, in 2024 roughly a quarter of the digital accessibility lawsuits filed in the US targeted sites that already had an accessibility widget or overlay installed; in the first half of 2025 this share hovered around 22.6 percent. Installing an overlay does not provide automatic legal protection.

Review the data
Overlay Fact Sheet

Signed by hundreds of accessibility experts, the Overlay Fact Sheet is a public resource documenting that overlays do not provide compliance on their own and can conflict with assistive technology.

Read the Fact Sheet

These records concern the general overlay approach; cerez.io does not provide lawsuit protection, certification or a full-compliance guarantee for any tool.

What We Can Do

Not a promise, a measurable capability.

WCAG 2.2 Scanner

The static scanner examines your site against the WCAG 2.2 A/AA/AAA success criteria, extracts the machine-detectable violations and produces a 0-100 sample compliance score. The output is not a visible button but a measurable finding: which element, which criterion, with what severity.

Severity-Ranked Violation Report

Findings are ranked as critical, serious, moderate and minor; you spend limited time on the highest-impact issues and track progress.

EAA Statement Generator and VPAT/ACR Draft

The accessibility statement under EAA Article 13, together with the VPAT/ACR draft, transparently sets out your compliance status, known limitations and feedback channel. The statement is based on your latest scan, it is not an empty template.

AI Alt-Text Suggestion

The vision-based model detects images with missing alt text and suggests a description; it is advisory in nature, and human review is recommended before publishing.

Deterministic Auto-Fix Rules

For certain violations it applies a temporary fix at the SDK level; the permanent fix happens in your source code.

Shadow DOM Widget and Behavior-Based Barrier Report

It offers the visitor a real widget that runs in isolation (35 tools, 12 profiles); the behavior-based barrier report that maps telemetry to WCAG shows which barrier is actually being experienced.

What We Do Not Promise

The things we do not say are as important as the things we do.

  • We do not promise instant compliance; accessibility advances not through a button but through a measurable cycle.
  • We do not promise full compliance, one hundred percent, certification or lawsuit protection; automated scanning catches a significant portion of violations, but full compliance requires source code fixes and manual review.
  • A score of 100 is not a seal of perfection; the 73/100 on this page is an example, and your real score varies depending on your site.
  • The place where the fixing is done is your source code; we measure, prioritize and help you document.

Being honest is not a competitive disadvantage; the point where overlays get fined is precisely where the exaggerated promise begins.

Real scan · real output

Not guesswork, measurable compliance.

The WCAG 2.2 scanner analyzes your site page by page, ranks violations by severity and produces a 0-100 compliance score. The report below is an example output.

73/ 100 compliance score

WCAG 2.2 AA · 24 pages scanned

Last scan: today 09:14

+12 points compared to last month
Priority violations17 findings · example
Critical Image has no alt text3 images have no description, the screen reader cannot read them · WCAG 1.1.1 (A) AI suggestion
Critical Low color contrastButton text 2.9:1, at least 4.5:1 required for AA · .btn-secondary · WCAG 1.4.3 (AA) Auto-fix
Serious Focus indicator not visibleThe :focus style has been removed, keyboard users get lost · WCAG 2.4.7 (AA) Auto-fix
Serious Missing form labelThe search input has no accessible name · input#search · WCAG 3.3.2 (A) Guide
Moderate Heading hierarchy skippedJump from h2 to h4, h3 skipped · WCAG 1.3.1 (A) Guide

Automated scanning catches a significant portion of violations; full WCAG compliance requires source code fixes and manual review. Auto-fix only offers a temporary fix at the SDK level for certain violations. Human review is recommended for AI alt-text suggestions. We make no promise of instant or full compliance.

4 steps

Honest compliance advances not through a button but through a cycle.

Scan

Scan the page against the WCAG 2.2 success criteria; automated scanning extracts the machine-detectable violations. This is an objective snapshot of the current state.

Free scanner

Prioritize

Report violations by severity: critical, serious, moderate, minor. A compliance score makes progress measurable.

Features

Fix in the source code

The real work is here; violations are fixed in the HTML, CSS and ARIA layer. No runtime layer does this permanently for you.

Accessibility widget

Document with a statement

Document the work with an accessibility statement under EAA Article 13; the statement is based on your latest scan.

Statement generator

For a deep comparison, see our Overlay vs Real WCAG Scan guide.

FAQ

Honesty questions

Is cerez.io an accessibility overlay?
No. cerez.io is not an overlay. Overlays work in the presentation layer and offer a few display settings at runtime; they do not measure or fix the structural violations in the source code. cerez.io, by contrast, scans your site against the WCAG 2.2 success criteria, reports violations as critical, serious, moderate and minor, and produces a sample compliance score between 0 and 100. The widget presented to the visitor is a real component that runs in isolation inside a Shadow DOM, not a superficial display layer.
Does an accessibility overlay provide WCAG compliance on its own?
Not on its own. The accessibility community and domain experts have long noted that automated overlays do not resolve structural violations, because an overlay does not measure and does not change the source code. In 2025 the U.S. Federal Trade Commission (FTC) fined the overlay provider accessiBe 1 million USD over deceptive claims that its tool made sites WCAG compliant. Meaningful compliance advances through scanning, source code fixes and a statement.
Are sites that use an overlay protected from lawsuit risk?
The data suggests otherwise. According to UsableNet's reporting, in 2024 roughly a quarter of the digital accessibility lawsuits filed in the US targeted sites that already had an accessibility widget or overlay installed; in the first half of 2025 this share hovered around 22.6 percent. Installing an overlay does not automatically provide legal protection. cerez.io likewise does not promise lawsuit protection or a guarantee for any tool.
Can an overlay conflict with assistive technology?
In some cases it can. An overlay that intervenes in the page at runtime can conflict with assistive technologies such as screen readers and disrupt an experience that already works for the user. To reduce this risk, the cerez.io widget runs in isolation inside a Shadow DOM, without breaking the host site's CSS and structure. Even so, the permanent solution is to resolve the violations in the source code.
Does cerez.io guarantee instant or full compliance?
No. cerez.io does not promise instant compliance, full compliance, certification or lawsuit protection. Full WCAG compliance requires source code fixes and manual review beyond automated tools. The platform measures your status, reports violations by severity, suggests alt text with AI (human review is recommended), offers deterministic auto-fix rules for certain violations and helps you create an EAA statement along with a VPAT/ACR draft. The place where the fixing happens is your source code.
How does a real WCAG scan differ from an overlay?
One measures, the other changes the appearance. A scan examines the page against the WCAG 2.2 criteria and produces a measurable finding that shows which element violates which criterion and with what severity; this finding guides the fix to be made in the source code and lets you track progress with a score. An overlay, by contrast, changes the appearance at runtime but does not answer the question of what I need to fix. cerez.io also offers a behavior-based barrier report that maps telemetry to WCAG.

Start with real measurement, not an overlay.

Scan your site against WCAG 2.2, see violations by severity, review your behavior-based barrier report and start creating your EAA statement. The helper widget also comes with a single line of embed code. Setup takes 5 minutes.

no credit card sample report in 5 min Turkish-language support

⚡ 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