# WCAG 2.2 Guidelines Reference ## Overview The Web Content Accessibility Guidelines (WCAG) 2.2 provide recommendations for making web content more accessible. They are organized into four principles (POUR): Perceivable, Operable, Understandable, and Robust. ## Conformance Levels - **Level A**: Minimum accessibility (must satisfy) - **Level AA**: Standard accessibility (should satisfy) - **Level AAA**: Enhanced accessibility (may satisfy) Most organizations target Level AA compliance. ## Principle 1: Perceivable Content must be presentable in ways users can perceive. ### 1.1 Text Alternatives #### 1.1.1 Non-text Content (Level A) All non-text content needs text alternatives. ```tsx // Images Q3 sales increased 25% compared to Q2 // Decorative images // Complex images with long descriptions
Organization chart
The CEO reports to the board. Three VPs report to the CEO: VP Engineering, VP Sales, and VP Marketing...
// Icons with meaning // Icon buttons with visible text ``` ### 1.2 Time-based Media #### 1.2.1 Audio-only and Video-only (Level A) ```tsx // Audio with transcript