[test][accordion] Add axe tests and WCAG conformance reports - #48924
[test][accordion] Add axe tests and WCAG conformance reports#48924michelengelen wants to merge 2 commits into
Conversation
Deploy previewBundle size
Check out the code infra dashboard for more information about this PR. |
81630e6 to
e8a1f92
Compare
0b570f5 to
345fa27
Compare
b26c9de to
c53a6f9
Compare
PR reviewNo findings. The slug-wide Residual risk: the two ~300-line conformance reports were spot-checked against the rollup counts, not verified claim by claim. VerdictApprove - consistent with the stack template; the one broad assertion skip is well-justified and still recorded. 🤖 Review generated with Claude Code |
c53a6f9 to
5b21ac4
Compare
Applies mui#48916 (comment): the shared reports table starts empty, and each component PR appends its own row. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013HgD6GEW3UxNRvC2abbTy9
Adds axe coverage and WCAG 2.2 Level A/AA conformance reports for
AccordionandAccordionSummary.AccordionDetails/AccordionActionsare content containers and do not warrant their own reviews.Accordion
AccordionSummary
Known gap: the summary's keyboard-focus indicator is a background tint at ~1.3:1 against
paper(1.4.11).Reports:
Accordion/accessibility.md·AccordionSummary/accessibility.mdImportant
How to review this PR
Layer 11 of 14 in a stacked series (#48915 → #48926). Its branch is built on
a11y/stack/text-field(#48923). GitHub cannot chain PR bases across a fork, so every PR in the series targetsmasterinstead.Review only the last commit —
c53a6f9. Everything above it belongs to the layers below, and disappears as those merge.Original work by @mj12albert. Supersedes #48761, rebased onto current master.
Part of the WCAG conformance effort (#14187).