Accessibility Review
WCAG 2.1 AA audit for designs and pages. Color contrast, keyboard nav, screen reader behavior.
accessibility wcag a11y inclusive-design
When to use
Trigger with 'audit accessibility', 'check a11y', 'is this accessible?', or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff. Returns findings by WCAG criterion with remediation steps.
Examples
Audit a design for WCAG AA
Check a screen or component against WCAG 2.1 AA criteria
Audit this modal dialog design for WCAG 2.1 AA compliance. Focus on contrast, focus management, and ARIA.
Check color contrast
Verify text and UI element contrast ratios
Check these color combinations for WCAG AA contrast: #6B7280 on #F9FAFB, and #FFFFFF on #3B82F6.
Keyboard navigation review
Evaluate keyboard accessibility of an interactive component
Review our dropdown menu for keyboard accessibility. Does it follow the ARIA authoring practices for menus?