Skip to main content
Real web · Before and after · Re‑verified live

Measured on the real web, not on fixtures.

From 2026-09-07 to 2026-09-08 we put the scanner through a controlled audit: 51 real websites, 5 pages each, scanned through production before and after a round of accuracy fixes. Then we went back to every finding the fixes removed and checked it on the live page. This is what we found, including the parts that did not flatter us.

Findings

800

from 1,158 · −31%

Duplicate rows

0

from 246 · the same defect, reported once

Findings with no rule id

0

from 128 · every row is filterable

September 2026 field audit · 45 of 51 sites comparable (5 blocked the scanner in both runs, 1 changed reachability between runs) · builds e400fecedc3638 · ran 2026-09-07 to 2026-09-08

Every engine, down or flat

Rule-class counts are a poor scoreboard for an accuracy fix, because a fix that gives a row an id it previously lacked moves that row between classes without removing anything. Engine totals cannot be moved by relabelling. No engine's count rose.

SourceBeforeAfterChange
arc-style7461−13
axe-core178167−11
ibm-equal-access317250−67
lighthouse3635−1
pa11y134126−8
In-house analyzers, reported through the same field
keyboard-nav-tester32−1
mobile-accessibility416159−257

Did the fixes remove anything real?

Fewer findings proves nothing on its own. Every occurrence present in the first run and absent from the second - 703 of them - was re-measured on the live page with a method independent of the scanner: a grid of elementFromPoint calls, which is what a fingertip does, with no credit ever given to an ancestor. The bias runs toward reporting a lost true positive, not toward excusing the removal.

703 removed occurrences
Correctly removed337
Still counted, just not listed35
Merged into a cross-engine row13
Re-bucketed (exempt → failing)32
Genuinely lost3
Unexplained, low stakes4
Indeterminate (dynamic pages)279
71 newly reported AA failures
Justified - undersized and crowded23
Borderline - at exactly the 24px threshold3
Manufactured by the fixes1
Indeterminate (dynamic pages)44

The 3 genuinely lost findings became a defect of their own, fixed and deployed before this page was published. The indeterminate rows are carousels and news feeds whose selectors no longer resolve hours later; they are not evidence either way, and we do not count them as either.

Where the removals came from

Only the classes the fixes touched. Everything else moved with the web, not with the scanner, and is not attributed.

Rule classBeforeAfterWhat changed
mobile-target-size-advisory21373hit area counts overlays and descendants
(no rule id)1280rule_id stamped on every row
mobile-target-unreachable-advisory10435reveal-on-focus, scrollable ancestors
mobile-target-size-spacing-exempt-advisory8344hit area counts overlays and descendants
ibm-text_contrast_sufficient6345cross-engine contrast dedup
ibm-label_name_visible188label-in-name probe wired
mobile-target-size-aa-fail167hit area counts overlays and descendants
ibm-a_text_purpose101link-name canonical dedup
ibm-aria_complementary_labelled156lone-landmark probe
ibm-label_ref_valid101IDREF ground-truth probe
skip-link-missing157skip-link detection widened
ibm-svg_graphics_labelled2823decorative-SVG probe
ibm-aria_role_valid96ARIA 1.2 combobox
ibm-aria_id_unique2522IDREF ground-truth probe

Every site

Scores moved on 25 of 45 sites: 19 up, 6 down. A score can fall because the report got more accurate - when two engines' reports of one defect merge into a single row, the row keeps the higher severity.

SiteFindings beforeAfterScore
astro.build30771 → 88
theguardian.com442451 → 51
spiegel.de513154 → 60
ikea.com351775 → 75
naver.com412451 → 54
aljazeera.net321675 → 61
allbirds.com321656 → 59
gymshark.com543851 → 51
nextjs.org543850 → 66
nuxt.com513852 → 52
service-public.fr18689 → 89
svelte.dev251379 → 79
angular.dev382763 → 67
ourworldindata.org473654 → 54
mit.edu271776 → 79
react.dev372755 → 60
remix.run261661 → 74
d3js.org332456 → 56
docusaurus.io251671 → 75
unipd.it443557 → 57
lemonde.fr332575 → 75
bbc.com231678 → 74
developer.mozilla.org201382 → 82
accessinfocus.com161085 → 84
design-system.service.gov.uk10489 → 89
squidfunk.github.io342867 → 71
canada.ca14983 → 87
gov.uk10587 → 89
sarasoueidan.com14975 → 79
webaim.org10586 → 87
a11yproject.com141083 → 86
about.readthedocs.com171350 → 52
techcrunch.com524852 → 51
horizonreaches.com11879 → 79
allaccessworld.store5383 → 89
asahi.com323051 → 47
drupal.org8679 → 79
alphagov.github.io403857 → 57
tetralogical.com5389 → 89
wordpress.org8689 → 89
bund.de5489 → 89
inclusive-components.design8785 → 85
vuejs.org171657 → 61
accessibilitypro.app11100 → 100
european-union.europa.eu71789 → 75

What this page does not claim

  • Not "31% fewer false positives." Findings fell by that much. Not every removed finding was false, and the census above is the only honest breakdown we have.
  • Not a false-positive rate. Producing one requires re-verifying every finding that remains, on the live page. We re-verified what changed. A single percentage would be more quotable and less true.
  • Not deterministic. Live sites ship new markup, rotate carousels and block scanners between runs. 5 sites were unreachable in both runs and are excluded; a site that changed reachability between runs is excluded too.
  • Not the whole story. 40 defects were found and fixed in this audit, each with a regression test proven to fail without it. Some were in the fixes themselves, found by the census. The open items are listed in the repository.

Reproduce it

  • Every number on this page is computed from the audit's raw result files by scripts/build-proof.py and committed with the site; none is typed by hand.
  • The fixture benchmark is the other half of the evidence: precision and recall on hand-annotated ground truth.
  • The scanner audited here runs on every pull request through the accessibility GitHub Action.
  • 3,684 backend tests pass in both CI modes on the build that shipped these fixes.
  • The raw figures for this edition: 2026-09.json. Other editions are listed in the field audit series.