ADA Website Requirements

ADA website requirements are the technical accessibility criteria a website must meet to satisfy the Americans with Disabilities Act. Courts and the U.S. Department of Justice apply WCAG 2.1 Level AA— 50 success criteria across four principles (Perceivable, Operable, Understandable, Robust) — as the operative standard, codified for state and local government websites under the DOJ's 2024 Title II rule.

Who has to meet these requirements?

  • Private businessesthat are “places of public accommodation” under ADA Title III — most B2C websites. Courts apply WCAG 2.1 AA; Robles v. Domino's Pizza (9th Cir. 2019) is the controlling precedent in the 9th Circuit and persuasive elsewhere.
  • State and local government entities under ADA Title II. Deadlines extended to April 26, 2027 (50,000+ population) and April 26, 2028 (smaller entities and special districts) by the April 2026 DOJ Interim Final Rule (91 Fed. Reg. 20902).
  • Federal agencies + contractors + funding recipients under Section 508 of the Rehabilitation Act — currently WCAG 2.0 AA.
  • HHS funding recipients under Section 504 — WCAG 2.1 AA by May 11, 2026 (15+ employees) or May 10, 2027 (under 15). HHS did not match the DOJ Title II extension.
  • Any business serving EU customers — European Accessibility Act (Directive 2019/882) is effective and enforcement-active since June 28, 2025.

The standard: WCAG 2.1 Level AA in plain English

WCAG 2.1 Level AA contains 50 success criteria (30 Level A + 20 Level AA), published by the W3C Web Accessibility Initiative in June 2018. The criteria are organized into four principles known as POUR.

PPerceivable

Information and UI must be presentable to users in ways they can perceive — alt text, captions, contrast, adaptable layout.

OOperable

UI components must be operable — keyboard accessibility, enough time, no seizure triggers, navigable.

UUnderstandable

Information and UI must be understandable — readable, predictable, input assistance.

RRobust

Content must be robust enough to be interpreted by current and future user agents, including assistive tech.

See all 50 success criteria, grouped by POUR

WebAIM Million 2026 — Released March 2026

The Big Six: 96% of all accessibility errors

Six failure types account for 96% of all detected accessibility errors — for the seventh consecutive year. Fixing these in priority order will eliminate the vast majority of ADA exposure for most websites.

  1. #1. Low contrast text

    83.9% of pages

    Text or images of text that do not meet a 4.5:1 contrast ratio against their background (or 3:1 for large text 18pt regular / 14pt bold).

    WCAG: 1.4.3 Contrast (Minimum) (Level AA)

  2. #2. Missing alternative text

    53.1% of pages

    Images without an alt attribute, or with alt text that does not convey the image's purpose. Decorative images need empty alt="".

    WCAG: 1.1.1 Non-text Content (Level A)

  3. #3. Missing form input labels

    51% of pages

    Form inputs without a programmatically associated <label>, or relying on placeholder text as a substitute for a label.

    WCAG: 1.3.1 Info and Relationships · 3.3.2 Labels or Instructions · 4.1.2 Name, Role, Value (Level A)

  4. #4. Empty links

    46.3% of pages

    Anchor elements with no accessible text — often icon-only links missing aria-label, or anchors whose only content is an image without alt.

    WCAG: 2.4.4 Link Purpose (In Context) (Level A)

  5. #5. Empty buttons

    30.6% of pages

    Button elements with no accessible name — often icon buttons missing aria-label.

    WCAG: 4.1.2 Name, Role, Value (Level A)

  6. #6. Missing document language

    13.5% of pages

    The <html> tag is missing a lang attribute. Screen readers need this to choose the correct pronunciation engine.

    WCAG: 3.1.1 Language of Page (Level A)

Source: WebAIM Million 2026 (released late March 2026)

Industry-specific exposure: where requirements bite hardest

Every covered website needs WCAG 2.1 AA conformance, but litigation risk is not evenly distributed. In 2025, e-commerce and food & beverage accounted for 90% of digital accessibility lawsuits (EcomBack 2025).

See industry-by-industry requirements + exposure

The 50-item requirements checklist

We've flattened WCAG 2.1 AA into a 50-item, plain-English checklist a developer or content owner can run against any site.

Open the 50-item ADA requirements checklist

Frequently asked questions

What are the ADA requirements for websites?
There is no single statute that lists ADA website requirements. Instead, courts and the DOJ apply WCAG 2.1 Level AA as the operative technical standard. WCAG 2.1 AA contains 50 success criteria — 30 at Level A and 20 at Level AA — organized under four principles: Perceivable, Operable, Understandable, and Robust (POUR). For ADA Title II (state and local government), the DOJ's 2024 rule codifies WCAG 2.1 AA as the required standard.
Is WCAG 2.1 AA legally required?
For state and local government websites under ADA Title II, yes — the DOJ's 2024 rule (89 Fed. Reg. 31320, with compliance dates extended one year by the April 2026 IFR at 91 Fed. Reg. 20902) requires WCAG 2.1 Level AA. For private businesses under Title III, there is no formal regulatory technical standard, but federal courts consistently apply WCAG 2.1 AA as the de facto benchmark. Section 508 still references WCAG 2.0 AA.
How many WCAG criteria are in Level AA?
WCAG 2.1 contains 78 success criteria total: 30 at Level A, 20 at Level AA, and 28 at Level AAA. To claim Level AA conformance you must meet the 50 criteria at Level A and Level AA. WCAG 2.2 (October 2023) adds 9 more criteria — 6 at Level A, 2 at Level AA, and 1 at Level AAA.
Which industries are most often sued for website ADA violations?
In 2025 EcomBack data: e-commerce/retail (~69%), food & beverage (~21%), entertainment (~2.5%), travel & hospitality (~1.8%), and banking/finance (~1.5%). E-commerce dominates because plaintiff firms can easily find barriers in checkout flows, product pages, and search.
What are the most common accessibility failures?
Per the WebAIM Million 2026 report, six failure types account for 96% of detected errors — for the seventh consecutive year. In order: low contrast text (83.9% of home pages), missing alternative text (53.1%), missing form input labels (51%), empty links (46.3%), empty buttons (30.6%), and missing document language (13.5%).