Skip to content

Commit 2512e10

Browse files
committed
docs: update /review-a11y from review comments
1 parent 10ad760 commit 2512e10

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/skills/review-a11y/SKILL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
150151
declaratively, they must (as of Spring 2026) use ARIA IDL attrs like
151152
`element.ariaDescribedByElements`. Verify these relationships work via
152153
ElementInternals 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

0 commit comments

Comments
 (0)