What problem does it solve? Web interfaces often exclude users with disabilities due to missing alt text, poor keyboard support, low contrast, and incorrect ARIA usage. This Skill provides WCAG 2.2-based guidance and copy-paste-ready code patterns to audit and fix accessibility issues in HTML, CSS, and JavaScript. ## Core Features & Use Cases - WCAG 2.2 Coverage: Organized by the POUR principles (Perceivable, Operable, Understandable, Robust) with conformance levels A, AA, and AAA, including all criteria new in 2.2 such as target size, dragging movements, and accessible authentication. - Ready-Made Code Patterns: Reference implementations for modal focus traps, skip links, form labels, error handling, ARIA tabs, live regions, and dragging alternatives. - Testing Guidance: Automated testing with Lighthouse and axe-core plus a manual checklist covering keyboard navigation, screen readers, zoom, and reduced motion. - Use Case: When asked to make a checkout form accessible, apply the form label and error handling patterns, verify color contrast ratios, and confirm keyboard operability against the WCAG checklist. ## Quick Start Audit this page for WCAG 2.2 accessibility issues and fix the critical violations.