HTMLDocument
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
HTMLDocument
是一個關於 DOM
的抽象介面,提供了 Document
定義之外的 XML 文件屬性及方法,以用來操作 HTML。
window.document
為 HTMLDocument
的物件實體,HTMLDocument
所有屬性與方法的說明已包含在 Document
頁面。由於現在的 HTMLDocument
是透過了綁定轉型(binding-specific casting)的方式來運作,所以 HTMLDocument
已不再是繼承 Document
。