Dart API Referencedart:htmlDListElement

DListElement Interface

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.

Extends

Element

Constructors

Code new DListElement() #

DListElement();

Fields

Code bool compact #

Indicates that spacing between list items should be reduced.
bool compact;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.