ADA demand letters in September 2026: what the latest filings show
September has been a busy month for digital accessibility filings. The pattern is familiar by now: plaintiffs' firms continue to target e-commerce and services sites, and the barriers cited in complaints cluster around a small set of WCAG failures that are easy for an expert to document and hard for a site owner to dispute.
What the complaints are citing
The most frequently named barriers this month are ones monitoring tools catch well:
- Keyboard traps and missing focus indicators. Checkout flows where the keyboard focus disappears or gets stuck remain the single most cited category.
- Form labels and error messages. Required fields without programmatic labels, and error messages announced only by color change, keep showing up.
- Contrast on promotional banners. Sale and holiday creative routinely ships with text over busy imagery at contrast ratios far below 4.5:1.
- Mobile menu and drawer navigation. Off-canvas menus that trap screen reader users or cannot be dismissed by keyboard.
What changed this month
Two shifts are worth noting. First, complaints are naming third-party widgets more explicitly: chat bubbles, review carousels, and consent banners are being listed as barrier sources alongside the site's own templates. That matters for monitoring because these components load after your own deploy pipeline and change without notice.
Second, more complaints reference the site's own accessibility statement or overlay widget as evidence that the owner knew about accessibility and did not fix the underlying templates. An overlay on top of broken forms is not a defense.
What monitoring teams should do this week
If you run accessibility monitoring for a portfolio, this month's filings point at a concrete checklist:
- Run keyboard-only passes through checkout and signup flows on every store, not just automated scans. Automated tools catch the labels and contrast issues; they miss traps.
- Scan after third-party scripts load, and alert on new violations introduced by widgets rather than by your own templates.
- Keep dated evidence of fixes. When a demand letter arrives, the first question is what your conformance record looks like. A monitoring log with scan dates and fix dates is the answer.
- Review promotional creative before it ships. The September sale banners are a recurring source of fresh complaints every year.
The filing volume is not slowing down. The sites that stay out of complaints are not the ones with perfect scores; they are the ones whose monitoring catches regressions in days instead of discovering them in a letter.