What are all the list properties available in the style object?
ListStyle Property | Description | values |
listStyle | Sets all properties for the list in one | listStyleType listStylePosition listStyleImage |
listStyleImage | Sets an image as the list-item marker | url none |
listStylePosition | Positions the list-item marker | inside outside |
listStyleType | Sets the list-item marker type | disc circle square decimal decimal-leading-zero lower-alpha upper-alpha |