1. CSS Counter Styles

    The @counter-style CSS at-rule allows custom counter styles to be defined. A @counter-style rule defines how to convert a counter value into a string representation.

  2. selector list argument of :nth-child and :nth-last-child CSS pseudo-classes

    The newest versions of `:nth-child()` and `:nth-last-child()` accept an optional `of S` clause which filters the children to only those which match the selector list `S`. For example, `:nth-child(1 of .foo)` selects the first child among the children that have the `foo` class (ignoring any non-`foo` children which precede that child). Similar to `:nth-of-type`, but for arbitrary selectors instead of only type selectors.

  3. css property: display: list-item

  4. css property: list-style

  5. css property: list-style-image

  6. css property: list-style-position

  7. css property: list-style-type

  8. css property: list-style-type: `afar`

  9. css property: list-style-type: `amharic`

  10. css property: list-style-type: `armenian`

  11. css property: list-style-type: `asterisks`

  12. css property: list-style-type: `bengali`

  13. css property: list-style-type: `binary`

  14. css property: list-style-type: `cambodian`

  15. css property: list-style-type: `circle`

  16. css property: list-style-type: `decimal`

  17. css property: list-style-type: `devanagari`

  18. css property: list-style-type: `disc`

  19. css property: list-style-type: `ethiopic`

  20. css property: list-style-type: `footnotes`

  21. css property: list-style-type: `georgian`

  22. css property: list-style-type: `gujarati`

  23. css property: list-style-type: `gurmukhi`

  24. css property: list-style-type: `hangul`

  25. css property: list-style-type: `hebrew`

  26. css property: list-style-type: `hiragana`

  27. css property: list-style-type: `kannada`

  28. css property: list-style-type: `katakana`

  29. css property: list-style-type: `khmer`

  30. css property: list-style-type: `lao`

  31. css property: list-style-type: `malayalam`

  32. css property: list-style-type: `mongolian`

  33. css property: list-style-type: `myanmar`

  34. css property: list-style-type: `octal`

  35. css property: list-style-type: `oriya`

  36. css property: list-style-type: `oromo`

  37. css property: list-style-type: `persian`

  38. css property: list-style-type: `sidama`

  39. css property: list-style-type: `somali`

  40. css property: list-style-type: `square`

  41. css property: list-style-type: `<string>`

  42. css property: list-style-type: symbols

  43. css property: list-style-type: `tamil`

  44. css property: list-style-type: `telugu`

  45. css property: list-style-type: `thai`

  46. css property: list-style-type: `tibetan`

  47. css property: list-style-type: `tigre`

  48. css property: list-style-type: `urdu`

  49. css property: list-style: symbols

  50. css selector: selector list (`,`)