1#import <HTML/HTMLElement.idl> 2 3// https://html.spec.whatwg.org/multipage/semantics.html#htmldirectoryelement 4[Exposed=Window] 5interface HTMLDirectoryElement : HTMLElement { 6 7 [Reflect] attribute boolean compact; 8 9};