The HTMLUListElement interface provides special properties (beyond
defined on the regular web.dom.HTMLElement
interface it also
available to it by inheritance) for manipulating unordered list
The HTMLUListElement interface provides special properties (beyond defined on the regular `web.dom.HTMLElement` interface it also available to it by inheritance) for manipulating unordered list
(compact this)
Property.
Is a Boolean indicating that spacing between list items should reduced. This property reflects the compact attribute only, it consider the line-height CSS property used for that behavior modern pages.
Property. Is a Boolean indicating that spacing between list items should reduced. This property reflects the compact attribute only, it consider the line-height CSS property used for that behavior modern pages.
(set-compact! this val)
Property.
Is a Boolean indicating that spacing between list items should reduced. This property reflects the compact attribute only, it consider the line-height CSS property used for that behavior modern pages.
Property. Is a Boolean indicating that spacing between list items should reduced. This property reflects the compact attribute only, it consider the line-height CSS property used for that behavior modern pages.
(set-type! this val)
Property.
Is a DOMString value reflecting the type and defining the kind marker to be used to display. The values are browser dependent have never been standardized.
Property. Is a DOMString value reflecting the type and defining the kind marker to be used to display. The values are browser dependent have never been standardized.
(type this)
Property.
Is a DOMString value reflecting the type and defining the kind marker to be used to display. The values are browser dependent have never been standardized.
Property. Is a DOMString value reflecting the type and defining the kind marker to be used to display. The values are browser dependent have never been standardized.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close