Lists and Tables
List Style
| Property | Expected Values | Example |
|---|---|---|
list-style-type | none, disc, circle, square, decimal, decimal-leading-zero, lower-roman, upper-roman, lower-alpha, upper-alpha, lower-greek | list-style-type:disc |
list-style-position | inside, outside | list-style-position:inside |
list-style-image | PassThroughToken (e.g., (url(icon.png))) | list-style-image:(url(icon.png)) |
Table Utilities
| Property | Expected Values | Example |
|---|---|---|
table-layout | auto, fixed | table-layout:fixed |
caption-side | top, bottom | caption-side:bottom |