--- id: wiki-2026-0508-accessibility-a11y title: Accessibility (A11y) category: 10_Wiki/Topics status: verified canonical_id: self aliases: [A11y, Web Accessibility, WCAG] duplicate_of: none source_trust_level: A confidence_score: 0.9 verification_status: applied tags: [accessibility, a11y, wcag, aria, frontend] raw_sources: [] last_reinforced: 2026-05-10 github_commit: pending tech_stack: language: HTML/CSS/JS framework: WCAG 2.2 --- # Accessibility (A11y) ## 매 한 줄 > **"매 사용자가 매 콘텐츠에 매 접근 가능"**. A11y는 visual/auditory/motor/cognitive 장애 사용자도 web product를 사용할 수 있도록 design + implement 하는 practice. 2026 기준 WCAG 2.2가 standard, EU EAA 강제 발효(2025-06)로 commercial site 의 legal requirement. ## 매 핵심 ### 매 4 원칙 (POUR) - **Perceivable**: 매 contrast, alt text, captions — 매 sense 통해 perceive 가능. - **Operable**: keyboard nav, focus management, no seizure-triggering content. - **Understandable**: clear language, predictable behavior, input help. - **Robust**: valid semantic HTML, ARIA correct, assistive tech compatible. ### 매 ARIA vs Semantic HTML - **First rule**: 매 native HTML element 가 있으면 ARIA 의 X. `