#import // https://html.spec.whatwg.org/multipage/semantics.html#htmltitleelement [Exposed=Window] interface HTMLTitleElement : HTMLElement { [HTMLConstructor] constructor(); // FIXME: [CEReactions] attribute DOMString text; };