#import // https://html.spec.whatwg.org/multipage/grouping-content.html#htmlulistelement [Exposed=Window] interface HTMLUListElement : HTMLElement { [HTMLConstructor] constructor(); // Obsolete [CEReactions, Reflect] attribute boolean compact; [CEReactions, Reflect] attribute DOMString type; };