class js.html.DListElement extends Element
Available on 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.