W3cubDocs

/Haxe JavaScript

UListElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLUListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating unordered list elements.

Documentation HTMLUListElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

compact:Bool

Is a Boolean indicating that spacing between list items should be reduced. This property reflects the compact attribute only, it doesn't consider the line-height CSS property used for that behavior in modern pages.

type:String

Is a DOMString value reflecting the type and defining the kind of marker to be used to display. The values are browser dependent and have never been standardized.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/UListElement.html