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
+1 -1
View File
@@ -18,7 +18,7 @@ CSSOM(CSS Object Model)은 웹 페이지의 시각적 외관을 정의하는 스
## 🔗 Knowledge Connections
- **Related Topics:** [[DOM (Document Object Model)]], [[Render Tree]], [[Critical Rendering Path (CRP)]]
- **Projects/Contexts:** [[Browser Rendering Process]], [[Web Performance Optimization]]
- **Projects/Contexts:** Browser Rendering Process, [[Web Performance Optimization]]
- **Contradictions/Notes:** 소스에 따르면 더 구체적인 CSS 선택자가 파싱 비용을 증가시키긴 하지만, 브라우저가 이를 마이크로초 단위로 처리할 만큼 속도가 매우 빠르기 때문에 선택자 성능 최적화 자체에만 집중하기보다는 CSS 파일을 최소화(minification)하거나 미디어 쿼리로 비차단(non-blocking) 요청을 분리하는 등 다른 최적화 방식이 더 큰 효과를 줄 수 있다고 조언합니다 [7, 10].
---