--- name: accessibility-compliance description: > Implement WCAG 2.1/2.2 accessibility standards, screen reader compatibility, keyboard navigation, and a11y testing. Use when building inclusive web applications, ensuring regulatory compliance, or improving user experience for people with disabilities. --- # Accessibility Compliance ## Table of Contents - [Overview](#overview) - [When to Use](#when-to-use) - [Quick Start](#quick-start) - [Reference Guides](#reference-guides) - [Best Practices](#best-practices) ## Overview Implement comprehensive accessibility features following WCAG guidelines to ensure your application is usable by everyone, including people with disabilities. ## When to Use - Building public-facing web applications - Ensuring WCAG 2.1/2.2 AA or AAA compliance - Supporting screen readers (NVDA, JAWS, VoiceOver) - Implementing keyboard-only navigation - Meeting ADA, Section 508, or similar regulations - Improving SEO and overall user experience - Conducting accessibility audits ## Quick Start Minimal working example: ```html
Submit
Toggle Feature