feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -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].
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user