[test] Roll the per-component reports up into a library scorecard - #48925
Open
michelengelen wants to merge 12 commits into
Open
[test] Roll the per-component reports up into a library scorecard#48925michelengelen wants to merge 12 commits into
michelengelen wants to merge 12 commits into
Conversation
Deploy previewBundle size
Check out the code infra dashboard for more information about this PR. |
michelengelen
force-pushed
the
a11y/stack/scorecard
branch
from
August 5, 2026 09:57
86b1c28 to
ecd4bb5
Compare
michelengelen
force-pushed
the
a11y/stack/scorecard
branch
3 times, most recently
from
August 6, 2026 09:43
395996d to
62a50e8
Compare
michelengelen
force-pushed
the
a11y/stack/scorecard
branch
2 times, most recently
from
August 6, 2026 10:43
73bc1f7 to
d637170
Compare
michelengelen
marked this pull request as ready for review
August 7, 2026 10:10
michelengelen
force-pushed
the
a11y/stack/scorecard
branch
from
August 7, 2026 11:38
d637170 to
7139cd3
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 a table-driven Playwright suite covering 1.4.10 Reflow, 1.4.4 Resize Text and 1.4.12 Text Spacing across the assessed components. axe has no rule for any of them, so they were rated Manual on evidence from source review.
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.
michelengelen
force-pushed
the
a11y/stack/scorecard
branch
from
August 7, 2026 13:01
7139cd3 to
6a3dd0e
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
pnpm a11y:scorecard, which parses the count table out of every<Component>/accessibility.md, regenerates the index table inpackages/mui-material/src/accessibility.md, and emits the JSON the public conformance page is built from.pnpm a11y:scorecard:checkfails when either output is stale, so a new component report cannot land without its rollup.This is the aggregation @mj12albert described on #48708 — rolling the per-component scorecards up into a library-level one. Current totals across the 12 assessed components:
It also rolls results up per success criterion, taking the worst rating any component scores: 32 criteria exercised, 25 Supports, 7 Partially Supports, 0 Does Not Support.
Important
How to review this PR
Layer 12 of 13 in a stacked series (#48915 → #48926). Its branch is built on
a11y/stack/accordion(#48924). GitHub cannot chain PR bases across a fork, so every PR in the series targetsmasterinstead.Review only the last commit —
6a3dd0e. Everything above it belongs to the layers below, and disappears as those merge.Part of the WCAG conformance effort (#14187).