CSS Lists
| Property | Possible Values |
| list-style-type | disc
circle square decimal decimal-leading-zero lower-roman upper-roman lower-alpha upper-alpha lower-greek lower-latin upper-latin hebrew armenian georgian cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha |
| list-style-position | inside
outside |
| list-style-image | URL values. |
| list-style | Separate values by a space in the following order (those that are not
defined will use inherited or default initial values): list-style-type list-style-position list-style-image |
| marker-offset | Lengths and the predefined value auto. |