Accessibility Review
Use for UI implementation, accessibility audits, component libraries, and user-flow verification.
Review
- Prefer native semantic controls and document structure before adding ARIA.
- Verify accessible names, roles, states, descriptions, labels, errors, and live updates.
- Complete critical flows with keyboard only; check logical order, visible focus, traps, restoration, skip mechanisms, and modal behavior.
- Check text and non-text contrast, zoom/reflow, touch targets, orientation, reduced motion, captions/transcripts, and non-color cues as applicable.
- Verify forms preserve input, associate errors, and explain required formats.
Use automated tools for broad detection, then manually verify important interactions. Report the affected user, standard/criterion when known, reproduction, impact, and remediation. Do not claim full compliance from automation alone.
1---2name: accessibility-review3description: Review web or app accessibility across semantics, keyboard use, focus, names, contrast, motion, forms, and assistive technology behavior.4---56# Accessibility Review78Use for UI implementation, accessibility audits, component libraries, and user-flow verification.910## Review1112- Prefer native semantic controls and document structure before adding ARIA.13- Verify accessible names, roles, states, descriptions, labels, errors, and live updates.14- Complete critical flows with keyboard only; check logical order, visible focus, traps, restoration, skip mechanisms, and modal behavior.15- Check text and non-text contrast, zoom/reflow, touch targets, orientation, reduced motion, captions/transcripts, and non-color cues as applicable.16- Verify forms preserve input, associate errors, and explain required formats.1718Use automated tools for broad detection, then manually verify important interactions. Report the affected user, standard/criterion when known, reproduction, impact, and remediation. Do not claim full compliance from automation alone.