34 lines
912 B
Markdown
34 lines
912 B
Markdown
---
|
|
id: wiki-2026-0508-dom-document-object-model--redir
|
|
title: DOM(Document Object Model)
|
|
category: 10_Wiki/Topics
|
|
status: duplicate
|
|
canonical_id: dom-document-object-model
|
|
duplicate_of: "[[DOM (Document Object Model)]]"
|
|
aliases: []
|
|
source_trust_level: A
|
|
confidence_score: 0.9
|
|
verification_status: redirected
|
|
tags: [duplicate, browser, dom]
|
|
last_reinforced: 2026-05-10
|
|
github_commit: pending
|
|
---
|
|
|
|
# DOM(Document Object Model)
|
|
|
|
> **이 문서는 [[DOM (Document Object Model)]] 의 중복본입니다.** Canonical 문서로 redirect.
|
|
|
|
## 핵심 요약
|
|
- 매 HTML/XML document 의 tree representation.
|
|
- 매 JS 의 manipulation API — node, element, attribute.
|
|
- 매 reflow/repaint trigger 의 source.
|
|
|
|
## 🔗 Graph
|
|
- 부모: [[DOM (Document Object Model)]] (canonical)
|
|
|
|
## 🕓 변경 이력
|
|
| 날짜 | 변경 |
|
|
|---|---|
|
|
| 2026-05-08 | Phase 1 |
|
|
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |
|