What problem does it solve? Building accessible web interfaces requires knowing WCAG 2.2 AA rules for semantic HTML, ARIA, keyboard navigation, focus management, and contrast — and most accessibility defects slip through because teams lack a concrete checklist when writing or reviewing UI code. ## Core Features & Use Cases - Task-Routed Guides: Routes work to one of three reference guides — foundations (semantic HTML, alt text, page language), interactive patterns (forms, modals, tabs, focus management), and testing (keyboard-only navigation, screen readers, axe/Lighthouse, contrast ratios). - Acceptance Checklists: Each guide ends with a concrete checklist covering landmarks, heading hierarchy, labels, focus traps, ARIA APG keyboard patterns, and contrast ratios (4.5:1 / 3:1). - Use Case: When reviewing a pull request that adds a modal dialog, use this Skill to verify it has role="dialog" with aria-modal, a focus trap, Esc-to-close behavior, and focus return to the trigger element. ## Quick Start Review this form component for WCAG 2.2 AA accessibility issues and list what needs fixing.