W3cubDocs

/Haxe JavaScript

HtmlElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLHtmlElement interface serves as the root node for a given HTML document. This object inherits the properties and methods described in the HTMLElement interface.

Documentation HTMLHtmlElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

version:String

Is a DOMString representing the version of the HTML Document Type Definition (DTD) that governs this document. This property should not be used any more as it is non-conforming. Simply omit it.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/HtmlElement.html