#import // https://html.spec.whatwg.org/multipage/semantics.html#htmlbaseelement [Exposed=Window] interface HTMLBaseElement : HTMLElement { [CEReactions] attribute USVString href; [Reflect] attribute DOMString target; };