Litigation Risk — Methodology & Sources

AllyProof flags a site's litigation risk by checking whether its open violations include the accessibility failures most commonly cited in ADA website complaints. This page documents the data sources behind the rating so you (or your client) can verify where the numbers come from.

What we measure

Two distinct statistics show up in accessibility-lawsuit research, and they are often confused:

  1. Issue prevalence on real websites — the share of homepages that actually have a given failure. Measured by WebAIM Million, which scans the top 1,000,000 home pages every year.
  2. Issue citation in ADA complaints — the share of actual Title III lawsuits that name a given failure. Tracked by UsableNet's annual ADA Digital Accessibility Lawsuit Report and Seyfarth Shaw's ADA Title III Report.

Neither source publishes a clean per-axe-core-rule table of citation rates — lawsuit complaints cite WCAG failure categories, not specific rule IDs. The percentages AllyProof shows on the Litigation Risk card are therefore a composite indicator: how often a given rule's category appears in lawsuit analysis summaries, cross-checked against WebAIM Million's site prevalence data. We treat them as “commonly cited” proxies, not primary measurements.

Background on ADA web-accessibility litigation

Top issues by rule

The rules below drive the Litigation Risk score. Each row links to the canonical axe-core documentation (what we check in the scan) and to the WCAG criterion that governs it.

axe-core ruleWCAGIssuePrevalence
image-alt1.1.1Images missing alternative text~55% of home pages (WebAIM Million)
label3.3.2 / 4.1.2Form inputs without labels~49% of home pages (WebAIM Million)
color-contrast1.4.3Insufficient text color contrast~81% of home pages (WebAIM Million)
bypass2.4.1No skip-navigation link or landmark regionsFrequent category in complaint analyses (UsableNet)
link-name2.4.4Empty links (no accessible name)~45% of home pages (WebAIM Million)
button-name4.1.2Empty buttons (no accessible name)~28% of home pages (WebAIM Million)
html-has-lang3.1.1Missing lang attribute on the root element~17% of home pages (WebAIM Million)

Prevalence figures are approximate and shift each year as the WebAIM Million is re-run — always read the link for the current-year number. The percentages on the Litigation Risk card are historical composite values; we update them when a new WebAIM Million report lands.

Risk rating logic

Rating is driven by whether any of the rules above appear in your open violations, and how severe they are:

RatingTrigger
HighOne or more matching rules have critical or serious impact. These are the ones most likely to be cited if your site is targeted.
MediumMatching rules are present but only at moderate or minor impact.
LowNo matching rules are open.

Authoritative sources

Limitations

  • Not legal advice. The Litigation Risk rating is an informational tool based on publicly available accessibility data. Consult an attorney for legal guidance on your specific situation.
  • Automated coverage only. The rating is computed from violations detectable by axe-core + HTML_CodeSniffer. A number of lawsuit-cited failures (keyboard traps, CAPTCHA, complex ARIA interactions) require manual testing.
  • Prevalence changes over time. The percentages shown on the card are a snapshot; follow the source links above for the current-year figures.
  • Low does not mean zero. A Low rating means minimal risk from automated findings. Manual-only issues can still create exposure.