What problem does it solve? Building accessible web interfaces requires navigating dozens of WCAG success criteria, ARIA patterns, and screen reader behaviors. This Skill provides concrete implementation guidance for WCAG 2.2 AA compliance in React 19 projects using shadcn/ui, Tailwind CSS v4, and Radix UI, so developers can fix audit failures and build accessible components without memorizing the specification. ## Core Features & Use Cases - WCAG 2.2 Criteria Coverage: Implements all new WCAG 2.2 success criteria including Focus Not Obscured (2.4.11), Target Size (2.5.8), Dragging Movements (2.5.7), Redundant Entry (3.3.7), and Accessible Authentication (3.3.8), with a full AA compliance checklist organized by POUR principle. - ARIA & Keyboard Patterns: Provides ready-to-use patterns for comboboxes, data grids, tree views, carousels, dialogs, and live regions, plus roving tabindex and FocusScope focus-trapping implementations. - Testing & Enterprise Reporting: Covers axe-core Playwright CI/CD audits, vitest-axe component tests, a five-screen-reader test matrix, VPAT report guidance, and accessibility statement templates. - Use Case: A developer's axe-core audit flags a custom dropdown menu that keyboard users cannot navigate. The Skill supplies the roving tabindex pattern, correct menu/menuitem roles, and Escape-to-close behavior to fix it. ## Quick Start Ask the assistant to audit a specific React component for WCAG 2.2 AA compliance or to fix a specific accessibility issue such as keyboard navigation in a dropdown menu.