File tree Expand file tree Collapse file tree
.claude/skills/review-a11y Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Using Chrome and Firefox MCP to issue real keyboard commands, validate that
6262- All demos demonstrate accessible patterns (no bad advice)?
6363- No redundant ARIA roles on elements with implicit roles?
6464- Don't treat div as button, etc
65+ - Check for WCAG color contrast violations.
6566
6667### Phase 6: Verify Accessibility Tree in Both Browsers
6768
@@ -150,7 +151,8 @@ For each composite element:
150151declaratively, they must (as of Spring 2026) use ARIA IDL attrs like
151152` element.ariaDescribedByElements ` . Verify these relationships work via
152153ElementInternals ARIA IDL properties or other workarounds.
153- Flag any broken cross-root references.
154+ Flag any broken cross-root references. Ensure that all ax tree states in demo
155+ are suitably covered by a11ySnapshot tests in element's test files.
154156
155157#### Cross-browser differences to flag
156158
@@ -187,6 +189,8 @@ Flag any broken cross-root references.
187189[ Specific fixes with corrected code]
188190```
189191
192+ In "Critical Issues", all items should be linked to its WCAG success criterion.......
193+
190194## Principles
191195
192196- Verify the element's internal ARIA management
You can’t perform that action at this time.
0 commit comments