| Propriétés
| Valeur
|
|---|
| Valeur initiale
| Appliquée à
| Héritée
| valeur %
|
|---|
| 'display'
| block | inline | list-item | none
|
| block
| all elements
| non
| N/A
|
| 'white-space'
| normal | pre | nowrap
|
| normal
| block-level elements
| oui
| N/A
|
| 'list-style-type'
| disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
|
| disc
| elements with 'display' value 'list-item'
| oui
| N/A
|
| 'list-style-image'
| <url> | none
|
| none
| elements with 'display' value 'list-item'
| oui
| N/A
|
| 'list-style-position'
| inside | outside
|
| outside
| elements with 'display' value 'list-item'
| oui
| N/A
|
| 'list-style'
| <keyword> || <position> || <url>
|
| not defined for shorthand properties
| elements with 'display' value 'list-item'
| oui
| N/A
|