package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLHtmlElement
interface serves as the root node for a given HTML document. This object inherits the properties and methods described in theHTMLElement
interface.Documentation HTMLHtmlElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/HtmlElement.html