https://developer.mozilla.org/ko/docs/Web/API/Selection
selection - Web API | MDN
A Selection object represents the range of text selected by the user or the current position of the caret. To obtain a Selection object for examination or manipulation, call window.getSelection().
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/API/Range
range - Web API | MDN
Range 객체는 주어진 document 내의 텍스트 노드들의 부분들(parts)과 document의 단편화에 포함된 노드들을 나타내고 있다.
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/API/Event
Event - Web API | MDN
Event 인터페이스는 DOM 내에 위치한 이벤트를 나타냅니다.
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/API/Element
Element - Web API | MDN
Element는 Document 안의 모든 객체가 상속하는 제일 범용적인 기반 클래스로 공통 메서드와 속성만 가지고 있으며, 특정 요소를 더 상세하게 표현하는 클래스가 Element를 상속합니다. 예를 들어 HTMLEl
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/API/Node
Node - Web API | MDN
Node는 여러 가지 DOM 타입들이 상속하는 인터페이스이며 그 다양한 타입들을 비슷하게 처리할 수 있게 한다. 예를들어, 똑같은 메소드를 상속하거나 똑같은 방식으로 테스트를 할수있다
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/API/Window
Window - Web API | MDN
Window 인터페이스는 DOM 문서를 담은 창을 나타냅니다.
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/API/Document
Document - Web API | MDN
Document 인터페이스는 브라우저가 불러온 웹 페이지를 나타내며, 페이지 콘텐츠(DOM 트리)의 진입점 역할을 수행합니다.
developer.mozilla.org
'Web' 카테고리의 다른 글
MDN Web 이벤트 참조 (0) | 2022.03.23 |
---|---|
HTTP Header 구조 및 요청/응답 헤더의 주요 항목 정리 (0) | 2021.10.16 |
HTTP 헤더(Header) (0) | 2020.10.28 |
브라우저 정의, 특징, 동작 원리 (0) | 2020.09.29 |
compiler VS interpreter (0) | 2020.09.28 |