#import // https://html.spec.whatwg.org/multipage/scripting.html#htmlslotelement [Exposed=Window] interface HTMLSlotElement : HTMLElement { [HTMLConstructor] constructor(); [CEReactions, Reflect] attribute DOMString name; };