[docs] Add the accessibility conformance report page - #48926
Draft
michelengelen wants to merge 12 commits into
Draft
[docs] Add the accessibility conformance report page#48926michelengelen wants to merge 12 commits into
michelengelen wants to merge 12 commits into
Conversation
This was referenced Aug 4, 2026
Deploy previewBundle size
Check out the code infra dashboard for more information about this PR. |
michelengelen
force-pushed
the
a11y/stack/vpat
branch
from
August 5, 2026 09:57
105fcde to
7b27bef
Compare
Lets a fixture assert every axe rule it exercises rather than only the CSS-dependent visual ones, which is what the per-component WCAG reports need.
Adds `pnpm a11y:scorecard`, which parses the count table out of every `<Component>/accessibility.md`, regenerates the index table, and emits the JSON that the public conformance page is built from. `--check` fails when either output is stale so a new report cannot land without its rollup.
A VPAT-style report of the library's WCAG 2.2 A/AA conformance, built from the per-component reports, for procurement and accessibility review. States its own limits up front: partial component coverage, no assistive-technology testing yet, and self-assessed rather than externally audited.
michelengelen
force-pushed
the
a11y/stack/vpat
branch
from
August 5, 2026 13:47
7b27bef to
670810c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a public accessibility conformance report at Getting started → Accessibility, answering #14187 (open since 2019, and explicitly a sales-enablement request).
It is a VPAT-style report of the library's WCAG 2.2 Level A/AA conformance, built from the per-component reports rather than written by hand. Every claim traces to a report in this series.
Includes the full Level A and AA criterion tables with remarks, the ● Component / ◐ Shared / ○ Author responsibility axis explained for procurement readers, and documented workarounds for each known gap.
It states its own limits up front, deliberately:
Those four are what still stand between this and something procurement can file, and they are worth discussing before this leaves draft.
Stack position. Builds on #48925. Until that merges this PR's diff also
shows its ancestors — review only the final commit:
105fcde
Part of the WCAG conformance effort (#14187).