#import <HTML/HTMLElement.idl>

interface HTMLMenuElement : HTMLElement {

    [Reflect] attribute boolean compact;

};