---
title: "Dealership Website Accessibility & ADA Risk"
description: "An accessibility overlay widget does not make a dealership website ADA compliant. What the FTC and courts have said about it, and what helps."
canonical: "https://carbidedigital.io/insights/dealership-website-accessibility-overlay-widgets"
published: "2026-09-13"
updated: "2026-09-13"
category: "DEALER WEBSITES"
author: "Carbide Digital"
type: "article"
---

# Accessibility overlay widgets and dealership website ADA exposure.

A growing number of dealership websites carry an accessibility widget, a small script bolted on to adjust contrast and font size and add a compliance statement. What it does describe is why the widget itself has become part of the exposure it was sold to prevent, and what a dealership website needs instead.

## In brief

An accessibility overlay widget, the small script many dealer platforms sell as an ADA compliance add-on, does not make a website compliant and does not reliably prevent a lawsuit. In April 2025 the FTC fined the overlay vendor accessiBe one million dollars for falsely claiming its widget made sites WCAG compliant. Federal web accessibility lawsuits reached roughly 3,100 in 2025, a 27 percent increase over 2024, and in a large share of recent cases the site named already carried an overlay widget at the time it was sued. The widget adjusts what a sighted visitor sees (contrast, font size, a floating menu) without touching the underlying code a screen reader or keyboard-only visitor depends on, which is exactly what the guidelines the courts reference are checking. The fix that holds up is the boring one: real code-level remediation against WCAG 2.1 AA, the standard courts consistently reference, checked with both automated and manual testing, not a script that changes a page's appearance and calls it done.

## Key takeaways

- The FTC fined the overlay vendor accessiBe $1 million in April 2025 for falsely claiming its widget achieved WCAG compliance.
- Federal web accessibility lawsuits rose to roughly 3,100 in 2025, up 27% over 2024, and a widget on the site has not been a reliable defense.
- An overlay changes what a sighted visitor sees. It does not fix the underlying markup a screen reader or keyboard-only visitor depends on.
- The six most common WCAG failures (low contrast, missing alt text, missing form labels, empty links, empty buttons, missing document language) account for 96% of failures found on audited sites, and every one is a code fix, not a widget setting.

## What a dealership website accessibility widget does

An overlay widget runs a script that adjusts what a sighted visitor sees: larger text, higher contrast, a reading guide, sometimes a floating accessibility menu. Several also inject a compliance statement claiming WCAG conformance.

What it does not do is change the underlying HTML. A screen reader does not read a page's visual contrast or font size; it reads markup: whether a button has an accessible name, whether a form field has a label, whether an image has real alternative text or none at all. An overlay sits on top of the page a screen reader already cannot use, and mostly leaves that page exactly as it was.

This is not a new or disputed finding. In April 2025 the FTC fined accessiBe, one of the largest overlay vendors, one million dollars specifically for claiming its product made websites WCAG compliant when it did not.

## The lawsuit trend the widget was sold to prevent

Federal web accessibility lawsuits filed under ADA Title III reached roughly 3,100 in 2025, up 27 percent from 2024, and website accessibility claims made up a larger share of all ADA Title III federal filings than the year before. Include state court filings and the 2025 total is well over 5,000.

A meaningful share of those lawsuits named sites that already carried an overlay widget, and in some of those cases the complaint specifically cites the widget itself as a barrier rather than a fix. A widget marketed as a defense has, in a real number of cases, become evidence that the site owner knew about the exposure and addressed it with a product that did not work.

## What reduces dealership website accessibility exposure

Courts reference the Web Content Accessibility Guidelines, most often WCAG 2.1 AA, as the practical benchmark, with 2.2 AA treated as current best practice. That standard is checked against the page's real markup: color contrast values, form labels, keyboard navigation, focus order, alternative text on meaningful images, and headings that describe the content under them.

Automated scanning tools catch a real share of issues quickly and cheaply, and they miss the ones that require a person: whether alt text describes the image, whether a keyboard-only visitor can complete a checkout or a trade-value form, whether a screen reader announces a modal dialog correctly when it opens. A credible remediation combines both instead of stopping at whichever an overlay vendor's dashboard reports.

Six issue types account for the large majority of WCAG failures found across audited sites: low contrast text, missing alternative text, missing form labels, empty links, empty buttons, and a missing document language attribute. All six are markup fixes. None of them is something an overlay script changes.

**Table: What an overlay changes, next to what a screen reader depends on**

The six issue types on the right account for 96% of WCAG failures found across audited sites. An overlay widget does not touch any of them.

| What an overlay widget changes | What a screen reader or keyboard-only visitor depends on |
| --- | --- |
| Font size and spacing, on demand | Whether form fields have real labels (48.2% of sites fail this) |
| Color contrast, on demand | Whether text meets contrast requirements in the page's own CSS (79.1% of sites fail this) |
| A floating accessibility menu | Whether links and buttons have an accessible name (45.4% and 29.6% of sites fail these) |
| A compliance statement in the footer | Whether images carry real alternative text (55.5% of sites fail this) |

Failure-rate figures as commonly reported in 2025-2026 web accessibility litigation and compliance research; check current figures before citing a specific percentage in anything published.


## Where this sits relative to a dealership's marketing work

A dealer platform's inventory filters, modal vehicle-detail popups and multi-step forms are named repeatedly in accessibility complaints across the industry, because most dealer platforms ship the same handful of patterns to every store on them. That makes a real remediation partly a platform question and partly a content and template question the store controls directly.

The pages and elements a marketing team writes directly (menu labels, image alt text on hero and inventory photos, form field labels, heading structure on content pages) are within a store's control regardless of platform, and are exactly the categories that make up most WCAG failures. Fixing what is controllable does not resolve platform-level issues, but it is real progress and it is not nothing.

What a specific complaint or demand letter means for a specific store, and what response it requires, is a question for an attorney. This page describes the technical and marketing side of the problem, not the legal one.

## Direct answers

### Does an accessibility overlay widget make our dealership website ADA compliant?

No. It changes what a sighted visitor sees without changing the underlying markup a screen reader depends on, and the FTC fined a major overlay vendor in 2025 specifically for claiming otherwise. This is a description of the technology, not legal advice.

### Can an overlay widget increase our lawsuit risk?

In a real number of recent cases, yes: complaints have specifically named the widget itself as a barrier rather than a fix, and a widget purchased as a defense has sometimes become evidence the store knew about the exposure and chose a product that did not address it.

### What standard do courts reference?

Most commonly WCAG 2.1 AA, with WCAG 2.2 AA treated as current best practice. Neither is a single switch to flip; both are checked against a page's real markup, not its appearance.

### What is the single most common accessibility failure on dealer websites?

Low contrast text and missing alternative text are consistently the most common failures across audited sites generally, and dealer platforms add their own recurring issues in inventory filters and modal vehicle-detail popups.

### Should we remove our overlay widget?

That is a decision to make with your attorney given your specific exposure and history. Independent of that decision, the underlying markup still needs real remediation, since the widget was not providing it either way.

### Can automated scanning tools catch everything?

No. Automated tools catch a real share of issues quickly, but they miss what requires a person: whether alt text describes an image, whether a keyboard-only visitor can complete a form, whether a screen reader announces a dialog correctly. Credible remediation uses both.

### Is this a marketing problem or a legal one?

Both, in separate parts, the same way dealership website privacy demand letters split. The markup and content fixes are technical and marketing work within a store's control. What a specific complaint means and how to respond to it is a legal matter for your attorney.

### Does our website platform handle this for us?

Partly. Platform-level patterns (inventory filters, modal popups) are the platform's responsibility to fix across every dealer on it. Content-level items (image alt text, form labels, heading structure) are within a store's own control regardless of platform, and are worth fixing directly instead of waiting on a platform-wide update.

## Related services

- [Dealership Website](https://carbidedigital.io/dealership-website)
- [Car Dealer Marketing](https://carbidedigital.io/car-dealer-marketing)
- [Marketing Consulting](https://carbidedigital.io/marketing-consulting)


---

Source: [https://carbidedigital.io/insights/dealership-website-accessibility-overlay-widgets](https://carbidedigital.io/insights/dealership-website-accessibility-overlay-widgets)  
Publisher: Carbide Digital: team@carbidedigital.io  
Editorial standards: https://carbidedigital.io/editorial-standards  
Research methodology: https://carbidedigital.io/research-methodology
