package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLUListElement
interface provides special properties (beyond those defined on the regularHTMLElement
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:
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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/UListElement.html