← ClaudeAtlas

wcag22-referencelisted

Use when implementing or auditing accessibility on Web, iOS, or Android. Covers WCAG 2.2 success criteria (numbers, names, levels), contrast ratios, target sizes, and the cross-platform mapping for labels, hints, roles, and live regions.
Mixard/fable-pack · ★ 1 · AI & Automation · score 74
Install: claude install-skill Mixard/fable-pack
# WCAG 2.2 Reference ## Key Success Criteria and Thresholds | SC | Name | Level | Threshold / rule | |----|------|-------|------------------| | 1.4.3 | Contrast (Minimum) | AA | Text 4.5:1; large text (18pt / 14pt bold and up) 3:1 | | 1.4.11 | Non-text Contrast | AA | UI components and graphical objects 3:1 | | 1.4.10 | Reflow | AA | Content usable at 400% zoom (320 CSS px width) without 2D scrolling | | 2.1.2 | No Keyboard Trap | A | Focus must be escapable (Escape key or explicit close) | | 2.5.7 | Dragging Movements | AA | Every drag action needs a single-pointer alternative | | 2.5.8 | Target Size (Minimum) | AA | 24x24 CSS px minimum (new in 2.2); platform HIGs recommend 44x44pt (iOS) / 48x48dp (Android) | | 3.2.6 | Consistent Help | A | Help mechanisms appear in the same relative order across pages (new in 2.2) | | 3.3.3 | Error Suggestion | AA | Errors described in text with correction suggestions | | 3.3.7 | Redundant Entry | A | Do not ask for the same data twice in one process (new in 2.2) | | 3.3.8 | Accessible Authentication (Minimum) | AA | No cognitive test (e.g. transcription, puzzle) without alternative (new in 2.2) | | 4.1.2 | Name, Role, Value | A | Custom controls expose name, role, state to the accessibility tree | Focus-related criteria new in 2.2: 2.4.11 Focus Not Obscured (Minimum, AA), 2.4.12 Focus Not Obscured (Enhanced, AAA), 2.4.13 Focus Appearance (AAA). Note: 4.1.1 Parsing was removed in WCAG 2.2. ## Cross-Platform Mapping | Feature | Web (HT