What problem does it solve? Interactive UI code often ships with accessibility defects such as missing ARIA labels, broken keyboard navigation, poor focus management, and unlinked form errors that exclude users relying on assistive technologies. ## Core Features & Use Cases - Rule-Based Auditing: Reviews HTML files against nine prioritized rule categories covering accessible names, keyboard access, focus and dialogs, semantics, forms, announcements, contrast, and media. - Targeted Fixes: Reports violations with the exact offending snippet, a one-sentence impact explanation, and a minimal code-level fix instead of large rewrites. - Use Case: When adding a modal dialog or icon-only button to a page, run the review to catch missing aria-label attributes, absent focus trapping, or divs used as buttons before shipping. ## Quick Start Ask the assistant to review a specific HTML file for accessibility violations and propose minimal fixes using the fixing-accessibility rules.