haXe API Documentation
Back | Index
extern class js.html.DListElement
extends Element
Available in js
DOM definition list elements expose the HTMLDListElement (or HTML 4 HTMLDListElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating definition list elements. In HTML5, this interface inherits from HTMLElement, but defines no additional members.

Documentation for this class was provided by MDN.
var compact : Bool
Indicates that spacing between list items should be reduced.
Back | Index