Skip to content

Commit 29f79b0

Browse files
committed
[문서] 1.3 DOM 탐색하기 병합충돌 해결
1 parent 4a12470 commit 29f79b0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

2-ui/1-document/03-dom-navigation/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,7 @@ alert( document.body.previousSibling ); // HTMLHeadElement
214214

215215
## 요소 간 이동
216216

217-
<<<<<<< HEAD
218217
지금까지 언급한 탐색 관련 프로퍼티는 *모든* 종류의 노드를 참조합니다. `childNodes`를 이용하면 텍스트 노드, 요소 노드, 심지어 주석 노드까지 참조할 수 있죠.
219-
=======
220-
Navigation properties listed above refer to *all* nodes. For instance, in `childNodes` we can see both text nodes, element nodes, and even comment nodes if they exist.
221-
>>>>>>> upstream/master
222218

223219
하지만 실무에서 텍스트 노드나 주석 노드는 잘 다루지 않습니다. 웹 페이지를 구성하는 태그의 분신인 요소 노드를 조작하는 작업이 대다수이죠.
224220

0 commit comments

Comments
 (0)