이것은 정규식 - 그리고 더 중요한 것은 - DOM 조작을 포함한다.
This includes regular expressions and - more importantly - DOM manipulation.
DOM 노드의 모든 등록 정보에는 다음 데이터 유형 중 하나가 포함됩니다.
Every property of a DOM node has one of these datatypes
이 섹션에서는 DOM에서 가장 일반적으로 사용되는 인터페이스 중 일부를 나열합니다.
This section lists some of the mostly commonly-used interfaces in the DOM.
큰 DOM 트리는 여러 가지 방법으로 페이지 성능을 저하시킬 수 있습니다.
A large DOM tree can slow down your page performance in multiple ways
이렇게 하면 스크립트 다운로드가 DOM 구성 및 페이지 렌더링을 차단하지 않습니다.
This way, script downloads don't block DOM construction and page rendering.
DOM 요소의 별칭을 지정하고 나중에 재사용을 위해 액세스할 수 있습니다.
We can alias DOM elements and later access them for reuse.
DOM 패널에 있는 항목 중 일부는 축소되어 있을 수 있습니다.
Some of the items in the DOM panel might be collapsed.
사용자 에이전트는 이러한 상황에서 DOM을 변형시켜서는 안 됩니다.
A user agent must not mutate the DOM in such situations.
기본적으로 여러분의 마크업 숨겨진 DOM이며 렌더링되지 않습니다.
Essentially, your markup is hidden DOM and does not render.
대/소문자 변경 작업을 수행하는 경우 이제는 DOM 알림이 전달됩니다.
DOM notifications are now sent when the change case operation is performed.
이 메소드는 문서의 컨텐츠를 나타내는 DOM을 반환합니다.
This returns a DOM representing the content of the document.
다음 목록에는 DOM 구조가 간략하게 표시됩니다.
The following list displays the DOM structure in outline format.
DOM 모델은 문서를 논리 트리로 표현합니다.
The DOM model represents a document with a logical tree.