The list-style property may be used as a replacement for all three other properties related to CSS list styling; these are list-style-type, list-style-image and list-style-position.

The list-style property contains following information:

  1. value: [<list-style-type>, <list-style-position>, <list-style-image>] or inherit;
  2. initial: depends on individual properties;
  3. applies to: list elements;
  4. inherited: yes;
  5. percentages: N/A;
  6. media: visual;
  7. computed value: depends on individual properties.

If the list-style-image was added as the type then list-style-type values, if any, have to be ignored.

Example

CSS list-style property example:

 

›› go to examples ››