W3cubDocs

/DOM

HTMLDocument

HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document. It adds functionality which relates specifically to HTML documents and elements.

It is derived from the core document interface. The methods and properties are included in the document page and listed separately in their own section in the DOM page.

Specification

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLDocument