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.