HTMLHtmlElement Interface

The HTMLHtmlElement interface is the root of the HTML document.



IDL Definition

Interface HTMLHtmlElement : HTMLElement {

           attribute  DOMString                version;
};

Semantic Requirements

Attributes

  1. The version attribute is the version information about the document's DTD.

If you have comments or suggestions, email me at mbrady@nist.gov