ListStyleTypeStyle

trait ListStyleTypeStyle[T] extends NoneStyle[T]
trait NoneStyle[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

protected
def buildStringValue(value: String): T
protected
def valueAsString(value: T): String

Concrete fields

lazy
val armenian: T

Traditional Armenian numbering --MDN

Traditional Armenian numbering --MDN

lazy
val circle: T

A hollow circle --MDN

A hollow circle --MDN

lazy
val cjkDecimal: T

Han decimal numbers --MDN

Han decimal numbers --MDN

lazy
val decimal: T

Decimal numbers begining with 1 --MDN

Decimal numbers begining with 1 --MDN

lazy

Decimal numbers padded by initial zeros --MDN

Decimal numbers padded by initial zeros --MDN

lazy
val disc: T

A filled circle (default value) --MDN

A filled circle (default value) --MDN

lazy
val georgian: T

Traditional Georgian numbering --MDN

Traditional Georgian numbering --MDN

lazy
val hebrew: T

Traditional Hebrew numbering --MDN

Traditional Hebrew numbering --MDN

lazy
val hiragana: T

Japanese Hiragana --MDN

Japanese Hiragana --MDN

lazy

Japanese Hiragana. Iroha is the old japanese ordering of syllables --MDN

Japanese Hiragana. Iroha is the old japanese ordering of syllables --MDN

lazy
val katakana: T

Japanese Katakana --MDN

Japanese Katakana --MDN

lazy

Japanese Katakana. Iroha is the old japanese ordering of syllables --MDN

Japanese Katakana. Iroha is the old japanese ordering of syllables --MDN

lazy
val lowerAlpha: T

Lowercase ASCII letters --MDN

Lowercase ASCII letters --MDN

lazy
val lowerGreek: T

Lowercase classical greek --MDN

Lowercase classical greek --MDN

lazy
val lowerLatin: T

Lowercase ASCII letters --MDN

Lowercase ASCII letters --MDN

lazy
val lowerRoman: T

Lowercase roman numerals --MDN

Lowercase roman numerals --MDN

lazy
val square: T

A filled square --MDN

A filled square --MDN

lazy
val upperAlpha: T

Uppercase ASCII letters --MDN

Uppercase ASCII letters --MDN

lazy
val upperLatin: T

Uppercase ASCII letters --MDN

Uppercase ASCII letters --MDN

lazy
val upperRoman: T

Uppercase roman numerals --MDN

Uppercase roman numerals --MDN

Inherited fields

lazy
val inherit: T

The inherit CSS keyword causes the element for which it is specified to take the computed value of the property from its parent element. --MDN

The inherit CSS keyword causes the element for which it is specified to take the computed value of the property from its parent element. --MDN

See also
Inherited from
StyleStringValueBuilder
lazy
val initial: T

The initial CSS keyword applies the initial (or default) value of a property to an element. --MDN

The initial CSS keyword applies the initial (or default) value of a property to an element. --MDN

See also
Inherited from
StyleStringValueBuilder
lazy
val none: T
Inherited from
NoneStyle
lazy
val revert: T

The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. --MDN

The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. --MDN

See also
Inherited from
StyleStringValueBuilder
lazy
val unset: T

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property. --MDN

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property. --MDN

See also
Inherited from
StyleStringValueBuilder