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
@@ -13,7 +13,7 @@
## 🔗 Knowledge Connections
- **Related Topics:** [[Critical Rendering Path]], [[DOM 및 CSSOM]], [[Reflow 및 Repaint]]
- **Projects/Contexts:** [[프론트엔드 성능 최적화(Frontend Performance Optimization)]], [[초기 로딩 속도 개선(LCP 최적화)]]
- **Projects/Contexts:** [[프론트엔드 성능 최적화(Frontend Performance Optimization)]], 초기 로딩 속도 개선(LCP 최적화)
- **Contradictions/Notes:** 소스 간의 특별한 모순점은 없으나, DOM 구축은 점진적(Incremental)으로 진행되어 데이터를 수신하는 즉시 파싱을 시작할 수 있는 반면, CSSOM은 규칙이 나중에 덮어씌워질 수 있다는 CSS의 특성 때문에 전체 파싱이 완료될 때까지 렌더링을 완전히 차단한다는 구조적 차이점이 명확히 대조됩니다 [6-8, 10].
---