listStyleType

object listStyleType extends Style[String]

The list-style-type CSS property specifies appearance of a list item element. As it is the only one who defaults to display:list-item, this is usually a li element, but can be any element with this display value.

The list-style-type CSS property specifies appearance of a list item element. As it is the only one who defaults to display:list-item, this is usually a li element, but can be any element with this display value.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val armenian: StyleSetter

Traditional Armenian numbering

Traditional Armenian numbering

MDN

lazy val circle: StyleSetter

A hollow circle

A hollow circle

MDN

lazy val cjkDecimal: StyleSetter

Han decimal numbers

Han decimal numbers

MDN

lazy val decimal: StyleSetter

Decimal numbers begining with 1

Decimal numbers begining with 1

MDN

lazy val decimalLeadingZero: StyleSetter

Decimal numbers padded by initial zeros

Decimal numbers padded by initial zeros

MDN

lazy val disc: StyleSetter

A filled circle (default value)

A filled circle (default value)

MDN

lazy val georgian: StyleSetter

Traditional Georgian numbering

Traditional Georgian numbering

MDN

lazy val hebrew: StyleSetter

Traditional Hebrew numbering

Traditional Hebrew numbering

MDN

lazy val hiragana: StyleSetter

Japanese Hiragana

Japanese Hiragana

MDN

lazy val hiraganaIroha: StyleSetter

Japanese Hiragana

Japanese Hiragana

Iroha is the old japanese ordering of syllabs

MDN

lazy val katakana: StyleSetter

Japanese Katakana

Japanese Katakana

MDN

lazy val katakanaIroha: StyleSetter

Japanese Katakana

Japanese Katakana

Iroha is the old japanese ordering of syllabs

MDN

lazy val lowerAlpha: StyleSetter

Lowercase ASCII letters

Lowercase ASCII letters

MDN

lazy val lowerGreek: StyleSetter

Lowercase classical greek

Lowercase classical greek

MDN

lazy val lowerLatin: StyleSetter

Lowercase ASCII letters

Lowercase ASCII letters

MDN

lazy val lowerRoman: StyleSetter

Lowercase roman numerals

Lowercase roman numerals

MDN

lazy val none: StyleSetter

No item marker is shown

No item marker is shown

MDN

lazy val square: StyleSetter

A filled square

A filled square

MDN

lazy val upperAlpha: StyleSetter

Uppercase ASCII letters

Uppercase ASCII letters

MDN

lazy val upperLatin: StyleSetter

Uppercase ASCII letters

Uppercase ASCII letters

MDN

lazy val upperRoman: StyleSetter

Uppercase roman numerals

Uppercase roman numerals

MDN

Inherited fields

override val name: String
Inherited from
Style