Back to Content

HTMLMenuElement: compact property

files/en-us/web/api/htmlmenuelement/compact/index.md

latest566 B
Original Source

{{ApiRef("HTML DOM")}}{{Deprecated_Header}}

The compact property of the {{domxref("HTMLMenuElement")}} interface indicates that spacing between list items should be reduced. The exact handling of the compact attribute is browser-specific. Instead of using this property, consider using CSS {{cssxref("line-height")}} instead.

It reflects the compact attribute of the {{HTMLElement("menu")}} element.

Value

A boolean.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}