What problem does it solve? Web interfaces often ship with accessibility barriers such as missing ARIA roles, poor keyboard navigation, low contrast, and broken focus management, which block users who rely on screen readers or keyboard-only navigation. ## Core Features & Use Cases - WCAG 2.2 Implementation Guidance: Apply the POUR principles with concrete checklists covering contrast ratios, target sizes, focus appearance, and error handling. - htmx and daisyUI Patterns: Handle dynamic content swaps with persistent aria-live regions, focus restoration after swaps, and native dialog-based modals. - Audit Checklist: Systematically review templates and components for common violations like icon-only buttons without accessible names or divs used as buttons. - Use Case: When reviewing a jinja template for a form, use this Skill to verify labels, error messages, focus indicators, and 24x24 pixel target sizes before shipping. ## Quick Start Review this HTML form for WCAG 2.2 accessibility issues and suggest fixes for keyboard navigation and screen reader support.