Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a0b8a93
[test] Add an `assertions` mode to the axe regression harness
mj12albert Aug 7, 2026
8e3e84e
[test] Automate the CSS-dependent WCAG criteria
mj12albert Aug 11, 2026
5c23780
[test][button] Add axe test coverage and WCAG conformance report
mj12albert Aug 11, 2026
1482433
[test][avatar] Add axe tests and WCAG conformance report
mj12albert Aug 11, 2026
2ee61e1
[test][checkbox] Add axe tests and WCAG conformance report
mj12albert Aug 11, 2026
4aad137
[test][switch] Add axe tests and WCAG conformance report
mj12albert Aug 11, 2026
d2b70c8
[test][radio] Add axe tests and WCAG conformance reports
mj12albert Aug 11, 2026
5ef975a
[test][toggle button] Add axe tests and WCAG conformance reports
mj12albert Aug 11, 2026
2db86bf
[test][linear progress] Add axe tests and WCAG conformance report
mj12albert Aug 11, 2026
4b8f12c
[test][text field] Add axe tests and WCAG conformance report
mj12albert Aug 11, 2026
c53a6f9
[test][accordion] Add axe tests and WCAG conformance reports
mj12albert Aug 11, 2026
c244009
[test] Roll the per-component reports up into a library scorecard
michelengelen Aug 11, 2026
11c9a42
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 1, 2026
47b3bf0
Remove a duplicate import from ToggleButtonGroup.test.js
michelengelen Sep 2, 2026
31fd745
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 4, 2026
55ad31e
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 4, 2026
fa299a4
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 4, 2026
9ddd9b4
Resolve the demoMeta conflicts left in the previous merge
michelengelen Sep 4, 2026
d848cb3
Drop the duplicated progress tests from the merge
michelengelen Sep 4, 2026
8c77972
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 7, 2026
8a53493
Remove the duplicate @vitest/eslint-plugin entry
michelengelen Sep 7, 2026
fac6f4f
Fix the CI failures from the master merge
michelengelen Sep 7, 2026
a505546
Cite the 2.5.3 unit test and refresh the scorecard rollup
michelengelen Sep 7, 2026
58ffe1f
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 7, 2026
fcf3b8c
Drop the duplicated demoMeta tests from the merge
michelengelen Sep 7, 2026
b420323
Merge branch 'master' into a11y/stack/scorecard
michelengelen Sep 7, 2026
c53605d
Align demoMeta with master
michelengelen Sep 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
- code-infra/check-static-changes
- code-infra/check-generated:
command: pnpm proptypes
- run:
# Fails when a conformance report changes without its rollup being
# regenerated, and when a report rates a criterion ⚙️ Automated
# without citing the test or axe rule that proves it.
name: Accessibility scorecard up to date?
command: pnpm a11y:scorecard:check
- code-infra/check-generated:
command: pnpm docs:api
- code-infra/extract-error-codes
Expand Down
Loading
Loading