#import // https://html.spec.whatwg.org/multipage/grouping-content.html#htmllielement [Exposed=Window] interface HTMLLIElement : HTMLElement { [HTMLConstructor] constructor(); [Reflect] attribute DOMString type; };