--- name: accessibility description: | Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast". --- # Web Accessibility (WCAG 2.1 AA) **Status**: Production Ready ✅ **Last Updated**: 2026-01-14 **Dependencies**: None (framework-agnostic) **Standards**: WCAG 2.1 Level AA --- ## Quick Start (5 Minutes) ### 1. Semantic HTML Foundation Choose the right element - don't use `div` for everything: ```html
```
---
## The 5-Step Accessibility Process
### Step 1: Choose Semantic HTML
**Decision tree for element selection:**
```
Need clickable element?
├─ Navigates to another page? →
├─ Submits form? →