HTMLDocument - Web APIs | MDN (original) (raw)
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.
For historical reasons, Window objects have a window.HTMLDocument
property whose value is the Document interface. So you can think of HTMLDocument
as an alias for Document, and you can find documentation for HTMLDocument
members under the documentation for the Document interface.
Specifications
Specification |
---|
HTML # htmldocument |