How to Prove an ADA Website Accessibility Claim in California Federal Court After a WCAG 2.1 Audit

How to Prove an ADA Website Accessibility Claim in California Federal Court After a WCAG 2.1 Audit

A California federal ADA website case typically turns on four essentials: ADA Title III coverage, an accessibility barrier, standing (including intent to return), and a viable remedy—often shown with a WCAG 2.1 audit. In the Ninth Circuit, plaintiffs commonly plead and prove that a website or app’s barriers impede equal access to a business’s goods or services. This article explains how to use a WCAG 2.1 audit to build (or defend) an ADA website accessibility claim in California federal court.

Website accessibility litigation in California federal court is usually driven by ADA Title III claims (and often paired with California’s Unruh Civil Rights Act). A WCAG 2.1 audit can be powerful evidence, but it does not prove the case by itself. To prevail—or to defeat the claim—you must connect technical findings to legal elements: covered public accommodation, an actual accessibility barrier, a disabled user’s concrete injury, and an appropriate remedy.

Below is a practical, litigation-focused roadmap for proving an ADA website accessibility claim in California federal court after a WCAG 2.1 audit, with examples of the kinds of evidence judges expect and the pitfalls that commonly lead to dismissal or weakened leverage.

1) Identify the governing legal theory in the Ninth Circuit

In California, most ADA website cases are filed in federal court within the Ninth Circuit. While federal law (the ADA) does not explicitly name “websites,” plaintiffs typically proceed under one of two related theories:

Website as a service of a brick-and-mortar public accommodation

This is the most common and generally strongest approach in the Ninth Circuit: the plaintiff alleges that the website (or app) is a service, privilege, or advantage of a physical “place of public accommodation” (e.g., a retail store, restaurant, medical office, hotel, bank). The claim focuses on whether online barriers impede access to the business’s goods and services.

Standalone website theory (more contested)

Claims against businesses without a physical location open to the public can be more heavily contested in this circuit. If your defendant is purely online, expect a sharper motion-to-dismiss fight over whether Title III applies absent a nexus to a physical place.

How the audit fits: The WCAG 2.1 audit should be framed to show how barriers prevent the user from completing tasks tied to the business’s goods and services (e.g., searching inventory at a store, booking an appointment with a clinic, ordering food for pickup, accessing account services at a bank).

2) Plead and prove ADA Title III coverage

To establish coverage, you must show the defendant owns, leases, or operates a place of public accommodation, and that the challenged website functionality is tied to that place’s offerings. Evidence often includes:

  • Business records and admissions: entity structure, operator identity, “About” pages, store locator pages.
  • Customer-facing integration: online ordering for in-store pickup, appointment scheduling, loyalty programs usable in-store.
  • Declarations: plaintiff describing how they intended to use the website to access the defendant’s goods/services.

Example: A blind user alleges they tried to use a grocery chain’s website with a screen reader to find store hours and place a pickup order, but unlabeled buttons and broken navigation prevented checkout. That ties directly to the grocery store’s services.

3) Establish standing: injury-in-fact, causation, and redressability

Standing is the most frequent battleground in California federal ADA website cases. The plaintiff must show a concrete, particularized injury that is traceable to the accessibility barriers and likely redressable by injunctive relief.

Injury-in-fact: “deterrence” and access barriers

In ADA accessibility cases, injury can be established by encountering barriers that interfere with equal access, or by being deterred from using the service due to known barriers. After a WCAG 2.1 audit, the plaintiff’s testimony should align with the audit’s findings: what they attempted to do, what assistive technology they used, and what specifically failed.

Intent to return (or likelihood of future harm)

Because Title III relief is typically injunctive (not damages), the plaintiff must show a real and immediate threat of repeated injury—often demonstrated through intent to return to the website or to use the online service again. Helpful facts include:

  • Proximity to the physical location (if relevant).
  • Past patronage or credible plans to patronize.
  • Ongoing need for the type of goods/services offered.
  • Repeat attempts to access the website and continued deterrence.

Defense angle: Vague allegations (“I plan to return someday”) can be attacked. Plaintiffs should be prepared with concrete future plans (e.g., “I shop for groceries weekly,” “I need quarterly medical appointments,” “I plan to book a hotel for an upcoming trip”).

Redressability: tie requested relief to actual barriers

Redressability improves when the audit identifies barriers likely to be fixed by concrete remediation steps (e.g., adding accessible names/roles/states to buttons, ensuring keyboard operability, fixing focus order). If the audit is stale, incomplete, or not representative of key user flows, defendants may argue the injunction sought is overbroad or speculative.

4) Turn the WCAG 2.1 audit into admissible evidence

A WCAG 2.1 audit is often the technical backbone of the case, but courts care about reliability, methodology, and connection to user impact. Strong audits share several traits:

A. Define scope and user flows

The audit should identify which pages, templates, and transactions were tested (e.g., homepage, product listing, product detail, cart, checkout, account creation, appointment booking). A scattershot list of isolated errors is less persuasive than an audit mapped to mission-critical flows.

B. Use a blended method: automated + manual + assistive tech testing

Automated scanning catches only a subset of issues. Manual testing and assistive technology testing (e.g., screen reader plus keyboard-only navigation) better demonstrate real barriers. For litigation, auditors should document:

  • Tools used and versions (scanner, browser, screen reader).
  • Testing steps and reproduction instructions.
  • Screenshots, code snippets, and DOM references where feasible.
  • WCAG 2.1 success criteria implicated (e.g., 1.1.1, 1.3.1, 2.1.1, 2.4.3, 4.1.2).

C. Connect each issue to the plaintiff’s experience

The best practice is a “barrier-to-impact” bridge: the audit states not only that a WCAG criterion is violated, but how that violation blocked or degraded access for a user with a specific disability using specific assistive technology.

Example: “The ‘Add to Cart’ control lacks a programmatic name (WCAG 4.1.2). When using NVDA, the control is announced as ‘button’ without context, preventing the user from confirming the correct action and completing purchase.”

D. Address remediation feasibility

Because the typical remedy is injunctive relief, audit findings should be paired with remediation recommendations that are concrete and reasonably achievable. Defendants often argue “undue burden” or “fundamental alteration” defensively; while those defenses are fact-dependent, a well-supported remediation plan can narrow disputes.

5) Prove “denial of full and equal enjoyment” through specific barriers

For Title III, the core question is whether the plaintiff was denied full and equal enjoyment of the goods, services, facilities, privileges, advantages, or accommodations. In website cases, judges look for specificity: what feature was inaccessible, what task could not be completed, and how that relates to accessing the business’s offerings.

Common WCAG-aligned barriers that translate well into legal allegations include:

  • Non-text content without text alternatives (WCAG 1.1.1): product images without alt text prevent a blind user from evaluating products.
  • Improper headings/landmarks (WCAG 1.3.1, 2.4.1): broken structure makes navigation inefficient or impossible for screen reader users.
  • Keyboard traps or missing keyboard access (WCAG 2.1.1, 2.1.2): users who cannot use a mouse cannot complete checkout.
  • Focus order and visible focus issues (WCAG 2.4.3, 2.4.7): keyboard users get lost on forms or modals.
  • Form labels and error identification (WCAG 3.3.1, 3.3.2): inaccessible forms block account creation, appointment scheduling, or payment.
  • Name/role/value issues (WCAG 4.1.2): custom controls fail with assistive tech.

Practice tip: Plead a few representative barriers with detailed facts rather than a long undifferentiated list. You can incorporate the audit by reference and preserve the right to expand through discovery.

6) Use discovery to lock in control, knowledge, and feasibility

After filing (or after removal if initially filed in state court on Unruh-only theories), discovery should focus on who controls the website, what the defendant knew, and how quickly the site can be fixed.

Key discovery targets

  • Ownership/control: vendor contracts, CMS details, who approves code pushes.
  • Accessibility policies: internal guidelines, training, prior complaints or demand letters.
  • Development history: ticketing systems, release notes, known bugs.
  • Analytics and flows: which pages are most used; supports “service” nexus.
  • Post-suit remediation: what has been fixed, what remains, timelines.
Scroll to Top