36 lines
987 B
Markdown
36 lines
987 B
Markdown
---
|
|
id: wiki-2026-0508-dom-및-cssom
|
|
title: DOM 및 CSSOM
|
|
category: 10_Wiki/Topics
|
|
status: duplicate
|
|
canonical_id: dom
|
|
duplicate_of: "[[DOM]]"
|
|
aliases: []
|
|
source_trust_level: A
|
|
confidence_score: 0.9
|
|
verification_status: redirected
|
|
tags: [duplicate, dom, cssom]
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
---
|
|
|
|
# DOM 및 CSSOM
|
|
|
|
> **이 문서는 [[DOM]] 의 중복본입니다.** Canonical 문서로 redirect.
|
|
|
|
## 핵심 요약
|
|
- DOM = HTML parse 결과의 tree.
|
|
- CSSOM = CSS parse 결과의 tree (selector spec + computed values).
|
|
- DOM + CSSOM merge → Render Tree → Layout → Paint → Composite (매 [[Critical Rendering Path (CRP)]] 참조).
|
|
- 매 CSSOM은 매 render-blocking — 매 inline critical CSS 권장.
|
|
|
|
## 🔗 Graph
|
|
- 부모: [[DOM]] (canonical)
|
|
- Adjacent: [[Critical Rendering Path (CRP)]] · [[Browser Rendering]]
|
|
|
|
## 🕓 변경 이력
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |
|