ADA website lawsuits in the United States have increased every year since 2018. In 2023, over 4,600 federal ADA web accessibility cases were filed. If your website serves US customers and is not accessible, you are exposed — regardless of whether you are a small business or a large corporation. Here is what you actually need to know.
What the ADA Requires for Websites
The Americans with Disabilities Act does not contain explicit website standards, but courts and the Department of Justice have consistently ruled that websites are "places of public accommodation" under Title III. The accepted technical standard is WCAG 2.1 Level AA — the Web Content Accessibility Guidelines published by the W3C. Meeting AA compliance means your site is accessible to users who are blind, deaf, have motor impairments, or have cognitive disabilities.
Who Is Most at Risk
ADA web lawsuits disproportionately target:
- E-commerce businesses selling products to US consumers
- Restaurants with online menus and reservation systems
- Hotels and hospitality businesses
- Healthcare providers
- Financial services companies
- Any business with an online booking or checkout flow
Small businesses are not immune. Demand letters from serial ADA litigants often target small and mid-size businesses precisely because they are less likely to have legal counsel and more likely to settle quickly.
What WCAG 2.1 AA Requires in Practice
- Alt text on all images — Every non-decorative image must have a text description for screen readers
- Keyboard navigation — Every interactive element (links, buttons, forms) must be reachable and operable using only a keyboard
- Color contrast ratio — Normal text must have a contrast ratio of at least 4.5:1; large text at 3:1
- Semantic HTML structure — Proper use of heading tags (h1–h6), landmark regions, and ARIA labels
- Form labels — Every form field must have a visible, associated label
- Focus indicators — Keyboard focus must be visually visible at all times
- Video captions — All video content must have synchronized captions
- No content that flashes more than 3 times per second — Seizure risk prevention
What QX137 Builds as Standard
Every QX137 website is built with semantic HTML5, proper heading hierarchy, alt text fields for all images, keyboard-navigable interactive elements, and WCAG-compliant color contrast in the default design. This is not an add-on — it is how the code is written from the start. A clean React codebase with semantic structure passes the majority of automated accessibility checks out of the box.
What Still Needs a Specialist
Full WCAG 2.1 AA certification requires a manual audit by an accessibility specialist, testing with actual screen reader software (NVDA, JAWS, VoiceOver), and documented remediation. Dynamic content, complex ARIA patterns, PDF documents, and third-party embeds (maps, booking widgets, chat tools) each require individual review. If you are in a high-litigation industry, a formal audit and an Accessibility Statement on your website are worth the investment.
Starting with a semantically correct, standards-built website — rather than a template platform that generates inconsistent markup — dramatically reduces the effort and cost of a full compliance audit.
Does the ADA apply to small business websites in the US?
Courts have applied ADA Title III to business websites regardless of company size in most cases. While some rulings have suggested a connection to a physical location matters, the DOJ's 2024 final rule clarified that web accessibility is required for state and local government entities, and enforcement against private businesses continues through civil litigation. Small businesses in consumer-facing industries — restaurants, retail, healthcare, fitness — face the most consistent exposure.
What is the difference between WCAG A, AA, and AAA?
WCAG has three conformance levels. Level A covers the most critical barriers — missing alt text, missing form labels, keyboard traps. Level AA adds color contrast requirements, consistent navigation, and error identification. Level AAA is the highest standard and includes requirements that are often impractical for general websites, such as sign language video for all audio content. US courts and the DOJ treat WCAG 2.1 Level AA as the de facto legal standard for business websites.
Do accessibility overlay tools (AccessiBe, UserWay) make my site ADA compliant?
No. Overlay tools add a JavaScript widget that attempts to modify your site's accessibility on the fly. Multiple accessibility organizations, including the National Federation of the Blind, have formally opposed them as ineffective. Courts have not accepted overlay tools as a defense against ADA claims. The only reliable path to compliance is building accessibility into the code from the start — which is what a properly written semantic HTML codebase provides.