[P-Reinforce] 2026-04-20: 15-Level React Mastery Curriculum Integrated

This commit is contained in:
2026-04-20 16:35:21 +09:00
parent 507f07fe7b
commit 6edd49abfd
31 changed files with 514 additions and 0 deletions
@@ -0,0 +1,17 @@
---
title: 웹 접근성 및 포용적 설계 (a11y)
category: Software Architecture
tags: [Accessibility, a11y, Semantic HTML, Inclusivity]
created: 2026-04-20
---
# 웹 접근성 및 포용적 설계
## ♿ 설계 원칙
- **Semantic HTML**: 기계가 이해할 수 있는 의미론적 태그 사용.
- **ARIA**: 표준 태그 외의 인터랙션에 대한 의미 보강.
- **Keyboard Navigation**: 마우스 없이도 모든 기능 접근 가능하게 설계.
## 🔗 연결된 지식
- [[Styling_Governance]]
- [[React_Clean_Code_Best_Practices]]