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.
Documentation HTMLDocument by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
Methods
inline createTableCaptionElement ():TableCaptionElement
Shorthand for creating an HTML <caption>
element.
inline createTableSectionElement ():TableSectionElement
Shorthand for creating an HTML <thead>
element.