All state guides » New York Title II accessibility
New York Title II accessibility: NY and NYC Human Rights Laws + April 2026 deadline
New York public-entity websites sit under three stacked accessibility regimes. The federal DOJ Title II final rule (April 2024) requires WCAG 2.1 Level AA conformance by April 24, 2026 for public entities serving populations of 50,000 or more (April 24, 2027 for smaller entities). The New York State Human Rights Law (Executive Law section 296) prohibits discrimination by public services and has its own enforcement mechanism through the NY State Division of Human Rights. For entities operating in New York City, the NYC Human Rights Law (Administrative Code Title 8) is broader still, allowing punitive damages and civil penalties up to $250,000 for willful violations. New York is the highest-volume state in the country for digital accessibility litigation; the federal rule's deadline brings public entities into the same exposure private-sector businesses have lived with for years.
Short answer: if your entity is a New York state agency, county, city, town, village, school district, BOCES, SUNY or CUNY campus, library system, or special district, you are covered by DOJ Title II and must meet WCAG 2.1 Level AA on your website by April 24, 2026 (population 50,000+) or April 24, 2027 (smaller). NY State Human Rights Law and (in NYC) the NYC Human Rights Law add parallel state and local layers with their own damages frameworks. New York has more ADA Title III website cases filed annually than any other state. Site Brace audits any NY public entity for $149 flat. Try a free single-page check on your homepage first.
The federal Title II deadlines:
- April 24, 2026: public entities serving populations of 50,000 or more.
- April 24, 2027: public entities serving populations under 50,000, and all special-purpose districts regardless of population.
Both deadlines apply to website content and mobile apps. WCAG 2.1 Level AA is the named conformance standard. Source: 28 CFR Part 35, published in the Federal Register April 24, 2024.
The three rules that apply in New York
1. ADA Title II (federal)
The Americans with Disabilities Act Title II applies to all state and local government activities. The DOJ's April 2024 final rule made the web-content requirements explicit. The rule covers entity-operated content, third-party content used in the entity's services, and content password-protected behind logins, with narrow exceptions for archived and preexisting conventional electronic documents.
2. New York State Human Rights Law (NY Exec Law section 296)
The New York State Human Rights Law prohibits discrimination by places of public accommodation, including state agencies and political subdivisions. Enforcement is through the New York State Division of Human Rights, which can investigate complaints, hold hearings, and award damages and injunctive relief. The state law operates in parallel with the federal ADA: a complainant can pursue either or both. State-court actions under the Human Rights Law are not subject to the same procedural defenses available under federal ADA practice.
3. NYC Human Rights Law (NYC Admin Code Title 8) - for NYC entities
For public entities operating in New York City, the NYC Human Rights Law is broader than both the federal ADA and the NY State Human Rights Law. Enforced by the NYC Commission on Human Rights, it allows compensatory damages, punitive damages, and civil penalties of up to $250,000 for willful violations. The NYC law has been applied to digital accessibility in multiple cases since 2020 and is interpreted more expansively by NYC courts than the federal ADA in most circumstances. NYC city agencies, NYC Department of Education, NYC Health + Hospitals, NYC Housing Authority, and the boroughs themselves are all directly subject.
For most New York public entities outside NYC, the federal Title II rule and the NY State Human Rights Law are the load-bearing pieces. For NYC entities, the NYC Human Rights Law is the strictest layer and the one most likely to drive enforcement.
Which New York entities are covered
Coverage is broad:
- All NY State agencies, boards, commissions, and authorities (Empire State Development, Department of Health, Department of Transportation, etc.)
- 62 counties
- New York City and its 5 boroughs, plus all 62 cities, 932 towns, and 533 villages elsewhere in the state
- SUNY (64 campuses including 4 university centers, 13 university colleges, 30 community colleges) and CUNY (25 campuses)
- Approximately 700 K-12 school districts plus 37 BOCES regions
- Public library systems
- Special districts (water, sewer, fire, transit, sanitation, improvement)
- Public authorities (MTA, Port Authority of NY and NJ in its NY operations, Thruway Authority, etc.)
The federal population threshold determines the deadline. NYC and its agencies, large counties like Erie / Westchester / Suffolk / Nassau, and most upstate cities serve populations well over 50,000 and fall under the April 24, 2026 deadline. Smaller upstate municipalities and most special districts have until April 24, 2027.
Why New York is the highest-volume litigation state
UsableNet's 2024 Year-End Report counted approximately 4,187 federal ADA Title III website cases. Roughly half were filed in New York federal courts (EDNY and SDNY combined). The drivers are repeat-filer plaintiffs based in NYC, a sophisticated plaintiff-side bar familiar with digital accessibility theories, federal court venues that have generally been receptive to website-as-place-of-public-accommodation arguments, and the NYC Human Rights Law as a parallel local-court option that adds settlement leverage.
Most of those 2,000+ NY cases targeted private-sector businesses (e-commerce, restaurants, hotels). The DOJ Title II rule now extends substantively similar exposure to public entities. Public-entity defendants face the additional dynamic that injunctive relief is often the primary remedy and statutory damages are limited, but attorney's fees can be substantial and reputational damage from a public finding of inaccessibility is harder to quantify than a one-time settlement.
What we typically find on a New York public-entity site
Across the New York public-entity sites Site Brace has scanned (or reviewed in published lawsuit complaints), the same WCAG failures recur. The municipal CMS ecosystem in New York is similar to the rest of the country, so most findings are not NY-specific.
| Finding | axe-core rule | Typical cause |
|---|---|---|
| Untagged PDFs (board agendas, RFPs, permit applications, FOIL request forms) | Manual finding (axe does not test PDF interiors) | PDFs exported from Word without accessibility tagging |
| Color contrast on navigation, calls to action, and table cells | color-contrast |
Vendor-provided CMS template colors (CivicPlus, Granicus, OpenCities) that fail 4.5:1 |
| Form fields without labels on permit and service-request forms | label |
Custom form builders and vendor form tools that style placeholder text as the label |
| Streaming-video meeting archives without captions | Manual finding | Live-streamed board meetings posted without post-production captioning |
| Language-access widgets generating unlabeled or low-contrast output | color-contrast, label |
Google Translate or similar tool inserted without accessibility verification; NY State Executive Order 26 makes language access especially relevant |
| aria-label on generic elements | aria-prohibited-attr |
CMS theme customizations or accessibility-overlay injection. See aria-label on a div. |
| "Open in new tab" links without text indicating new-window behavior | Manual finding | External-link icons styled visually but not announced to screen readers |
| Heading hierarchy mistakes on department pages | heading-order |
CMS WYSIWYG editors that allow staff to skip heading levels |
NYC-specific considerations
The NYC Department of Information Technology and Telecommunications (DoITT, now NYC Office of Technology and Innovation) has published accessibility standards that NYC city agencies are required to follow. NYC agencies running on the NYC.gov platform inherit a partially-accessible baseline but custom department sites and tools vary. The NYC Open Data Portal, the NYC Health + Hospitals patient-facing systems, and the NYC Department of Education school sites have all been named in accessibility complaints.
If your entity is a NYC city agency, the NYC Human Rights Law gives complainants the strongest leverage of any of the three regimes that apply. The NYC Commission on Human Rights has been increasingly active on digital accessibility since 2020.
Why overlays are a poor fit for NY public entities
Accessibility-overlay vendors (accessiBe, UserWay, AudioEye, EqualWeb) are marketed heavily to NY municipalities. We have written about why accessibility overlays do not actually make sites WCAG-compliant in detail. For NY public entities specifically:
- Title II is a substantiation regime. DOJ can request evidence of WCAG conformance. An overlay subscription is not evidence; the underlying HTML is what the regulator tests.
- The NY State Division of Human Rights and the NYC Commission on Human Rights have their own enforcement timelines and procedural rules; settlement leverage is different from the federal-court ADA practice plaintiff firms typically use.
- The FTC fined accessiBe $1 million in April 2025 for marketing the kind of compliance claim the overlay category has been making. A NY public entity citing an overlay subscription as evidence of compliance would face the same substantiation problem in front of NY enforcement bodies that the FTC identified.
How Site Brace audits a New York public-entity site
The standard page mix for a NY public-entity audit covers the high-risk surfaces:
- Homepage
- Department landing pages (top 4-6: typically Mayor / Supervisor, Public Works, Police, Fire, Parks, Community Development)
- Governing body page (Common Council, Board of Trustees, Town Board, etc. - agendas, minutes, members)
- Most-trafficked service pages (permits, water billing, parking, FOIL requests, code enforcement)
- Public meeting calendar
- Language access / translate page
- ADA accessibility statement (if one exists)
- Privacy policy, contact, employment
That mix covers up to 25 pages depending on the entity's structure. The audit runs axe-core 4.10 against each page, captures element-level screenshots of every contrast failure, and packages the findings into a written report with copy-paste fix code and 12 re-scans included over 12 months.
Pricing is $149 flat, one-time. To see what the report looks like, view a sample report we built for a fictional municipality. The findings, the LLM prompts, and the verification steps are representative of what a NY public-entity report contains.
Want to check your own site first? Run a free single-page check on your homepage or your most-trafficked service page - one URL, about a minute, no signup needed to see the result.
Start a New York public-entity audit, $149
Related:
- California Title II accessibility - the other high-litigation state with a state-specific damages layer
- DOJ Title II web rule primer
- Free single-page WCAG check
- Why accessibility overlays do not make sites WCAG-compliant
- aria-label on a div: why screen readers ignore it