HTMLMenuElement.idl 268 B

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