list-style

Values

Δ

list-style: value;
 
Value: Description:
armenian Traditional Armenian numbering
circle Circle glyph
decimal Decimal numbers, beginning with 1
decimal-leading-zero Decimal numbers padded by initial zeros (01, 02, 03, ... 98, 99)
disc Disc glyph
georgian Traditional Georgian numbering (an, ban, gan, ... he, tan, in, in-an, ...)
inherit Takes the same computed value as the property for the element's parent
inside Marker box is outside the principal block box
lower-alpha Lowercase ascii letters (a, b, c, ... z)
lower-greek Lowercase classical Greek (α, β, γ, ...)
lower-latin Lowercase ascii letters (a, b, c, ... z)
lower-roman Lowercase roman numerals (i, ii, iii, iv, v, ...)
none No marker
outside Marker box is the first inline box in the principal block box, after which the element's content flows
square Square glyph
upper-alpha Uppercase ascii letters (A, B, C, ... Z)
upper-greek Uppercase classical Greek (Α, Β, Γ, ...)
upper-latin Uppercase ascii letters (A, B, C, ... Z)
upper-roman Uppercase roman numerals (I, II, III, IV, V, ...)
uri Uniform Resource Identifier (URL, URN, ...) inside url() parenthesis

DOM

Δ

[window.]document.getElementById("element-id").style.listStyle = "list-style-image list-style-position list-style-type";

Example | Values | image | none

Δ

Example | Values | image | uri

Δ

Example | Values | position | inside

Δ

Example | Values | position | outside

Δ

Example | Values | type | armenian

Δ

Example | Values | type | circle

Δ

Example | Values | type | decimal

Δ

Example | Values | type | decimal-leading-zero

Δ

Example | Values | type | disc

Δ

Example | Values | type | georgian

Δ

Example | Values | type | lower-alpha

Δ

Example | Values | type | lower-greek

Δ

Example | Values | type | lower-latin

Δ

Example | Values | type | lower-roman

Δ

Example | Values | type | none

Δ

Example | Values | type | square

Δ

Example | Values | type | upper-alpha

Δ

Example | Values | type | upper-greek

Δ

Example | Values | type | upper-latin

Δ

Example | Values | type | upper-roman

Δ

Example | DOM

Δ

References

Δ