What problem does it solve? Web interfaces often exclude users with disabilities due to missing ARIA attributes, poor keyboard support, and non-semantic markup. This Skill provides concrete patterns and code examples for building interfaces that meet WCAG 2.1/2.2 compliance standards. ## Core Features & Use Cases - Semantic HTML & ARIA Patterns: Ready-to-use markup examples for landmarks, labels, roles, and live regions. - Keyboard & Focus Management: React/TypeScript snippets for Escape-key handling, focus trapping, and focus indicators in modals and dialogs. - Compliance Guidance: The POUR principles (Perceivable, Operable, Understandable, Robust) mapped to practical implementation decisions. - Use Case: When building a modal dialog component, apply the provided focus-management and aria-modal patterns so screen reader and keyboard users can interact with it correctly. ## Quick Start Ask the AI to review your form or dialog component for WCAG 2.1 AA compliance and add the required ARIA attributes and keyboard handlers.