Accessibility & risk

Overlays don't protect you. Real AA does.

Every accessibility overlay widget on the market has been sued — multiple times, on the record. Auto dealers are among the most-targeted defendants. Zoomshop builds accessibility into the code itself, the way the law actually reads.

The difference in code

A widget can't fix a broken button.

An overlay hides the problem. Real accessibility solves it. Here's what a screen reader actually reads for the same "Get pre-qualified" button on each kind of site.

✗ Overlay approach
<!-- Broken HTML underneath -->
<div class="btn-shape blue-lg"
     onclick="openPrequalModal()">
  <img src="prequal.png"/>
</div>

<!-- Overlay injects at runtime -->
<div class="btn-shape blue-lg"
     role="button"
     aria-label="blue button"
     tabindex="0">
  <!-- image, no keyboard handler -->
SCREEN READER: "blue button" · KEYBOARD: broken · WCAG: 1.1.1, 2.1.1, 4.1.2 fail
✓ Zoomshop approach
<!-- Semantic HTML from the start -->
<button type="button"
        class="zs-btn zs-btn--primary"
        data-action="prequal">
  Get pre-qualified
  <span class="zs-hide-vis">
    for the 2022 Honda CR-V EX-L
  </span>
</button>

<!-- Focus, keyboard, ARIA all native -->
SCREEN READER: "Get pre-qualified for the 2022 Honda CR-V EX-L, button" · KEYBOARD: works · WCAG: all pass

Why overlays fail

Four things every plaintiff's firm knows.

Overlay-widget sites are among the easiest ADA cases to file. Here's what makes them targets and why they lose.

They're easy to detect

Overlay scripts fingerprint themselves in seconds. Automated scanners find them, generate demand letters at scale, and settle quickly.

They can't rewrite HTML

The overlay runs after the page loads. Bad markup, broken forms, unlabeled controls — they stay bad. The widget just paints over the top.

Courts and DOJ know

Multiple federal rulings and DOJ guidance have named overlays as inadequate. The widget itself becomes evidence of negligent notice.

They break the site

Overlays inject ARIA that fights native semantics. Screen readers get contradictory info; keyboard nav often gets worse, not better.

What real accessibility looks like

WCAG 2.1 AA, in the code, day one.

Semantic HTML

Real headings, real landmarks, real form labels. Screen readers see the same structure sighted users do.

Keyboard-only nav

Every action reachable by keyboard. Focus never gets trapped. Focus outline always visible.

Contrast + type

Every color pair passes AA contrast. Body text at readable sizes. No thin gray on gray.

Meaningful alt text

Vehicle photos carry alt text like "2022 Honda CR-V EX-L, front-3/4, Sonic Gray" — not "image".

Motion respected

prefers-reduced-motion honored throughout. Animations dial down, autoplay stops.

Third-party audit

Every design line audited by an independent accessibility firm before release. Report shipped to you.

State disclosure compliance

Doc-fee. Privacy. Truth in advertising.

California and other states require specific disclosures on vehicle listings. Zoomshop ships them on, correctly placed, everywhere they need to appear.

  • California doc-fee disclosure on VDPs, listings, and monthly payment estimates.
  • CCPA "Do Not Sell or Share" link and processing.
  • Global Privacy Control (GPC) header respected.
  • Cookie consent that doesn't eat the screen and stays keyboard-navigable.
  • Truth-in-advertising: MSRP, dealer discount, incentives shown in the correct legal order.

Not legal advice. State law changes; we track it and ship updates in the platform. Talk to your compliance counsel for anything specific to your dealership's situation.

Frequently asked

Answers, without the marketing dance.

Do accessibility overlay widgets protect my dealership from ADA lawsuits?
No. Multiple federal court rulings and DOJ guidance have named overlay widgets as inadequate. Overlay-widget-installed sites are among the easiest ADA cases for plaintiffs' firms to file — the widget fingerprints itself, and it can't fix broken underlying HTML.
What is WCAG 2.1 AA and does it apply to car dealer websites?
WCAG 2.1 AA is the Web Content Accessibility Guidelines Level AA standard. Car dealer websites are public accommodations under the ADA, so meaningful accessibility compliance is expected. Most successful ADA web-accessibility lawsuits against dealers cite WCAG 2.1 AA as the benchmark.

Get a free accessibility audit

We'll scan your current site, report every WCAG 2.1 AA gap, and hand it to you. Yours to keep.