HTMLMenuElement

The HTMLMenuElement interface provides additional properties (beyond those inherited from the HTMLElement interface) for manipulating a <menu> element. <menu> is a semantic alternative to the <ul> element.

EventTargetNodeElementHTMLElementHTMLMenuElement

Instance properties

Inherits properties from its parent, HTMLElement, and its ancestors.

HTMLMenuElement.compact

A boolean determining if the menu displays compactly.

Instance methods

Inherits methods from its parent, HTMLElement, and its ancestors.

HTMLMenuElement doesn't implement specific methods.

Specifications