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