Base/res/html/misc/lists.html
default
Multiple levels
Sub-1
Sub-2
Sub-3
Multiple levels of numbers
First
Second
Sub-1
Sub-2 1. Sub-sub-1 2. Sub-sub-2 3. Sub-sub-3
Sub-3
list-style: disc
list-style: square
list-style: circle
list-style: linear-gradient(to top left, red, green)
list-style: inside url(list-item.png)
list-style: outside url(list-item.png)
list-style: outside url(90s-bg.png)
list-style: outside url(data:image/png)
default
with start offset
with different order
list-style: decimal
list-style: decimal-leading-zero
list-style: lower-alpha
list-style: upper-alpha
list-style: upper-roman
list-style: lower-roman
list-style: outside lower-roman url(list-file.png)
list-style: none
list-style: none square
list-style: square none
list-style: url(list-item.png) none
list-style: none none
list-style: inside none none
list-style: square none none (error)
list-style: none none none (is an error)