feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -21,7 +21,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[CSS Grid]], [[Flexbox]], [[Container Queries]], [[Fluid Typography]], [[Mobile-First Design]]
- **Projects/Contexts:** [[디자인 시스템 (Design Systems)]], [[Core Web Vitals]], [[모바일 우선 색인 (Mobile-First Indexing)]]
- **Projects/Contexts:** [[디자인 시스템 (Design Systems)]], [[Core Web Vitals]], 모바일 우선 색인 (Mobile-First Indexing)
- **Contradictions/Notes:** 유동적 타이포그래피 설계 시 뷰포트 단위(`vw`) 단독으로 폰트 크기를 설정하면 사용자의 기본 폰트 크기 설정이나 브라우저 돋보기(Zoom) 기능이 무력화되어 접근성 지침(WCAG 1.4.4)을 위반할 위험이 있습니다. 이를 방지하기 위해 사용자 설정 기준인 `em` 또는 `rem` 단위를 `calc()``clamp()` 함수에 혼합하여 사용해야 합니다 [33-36], [37].
---