#import // https://html.spec.whatwg.org/multipage/semantics.html#htmlhtmlelement [Exposed=Window] interface HTMLHtmlElement : HTMLElement { [HTMLConstructor] constructor(); [CEReactions, Reflect] attribute DOMString version; };