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: appearance: listbox

  4. css property: counter-reset: list-item

  5. css property: counter-set: list-item

  6. css property: display: list-item

  7. css property: list-style

  8. css property: list-style-image

  9. css property: list-style-image: none

  10. css property: list-style-position

  11. css property: list-style-type

  12. css property: list-style-type: afar

  13. css property: list-style-type: amharic

  14. css property: list-style-type: armenian

  15. css property: list-style-type: bengali

  16. css property: list-style-type: binary

  17. css property: list-style-type: circle

  18. css property: list-style-type: decimal

  19. css property: list-style-type: disc

  20. css property: list-style-type: ethiopic

  21. css property: list-style-type: footnotes

  22. css property: list-style-type: georgian

  23. css property: list-style-type: gujarati

  24. css property: list-style-type: gurmukhi

  25. css property: list-style-type: hangul

  26. css property: list-style-type: hebrew

  27. css property: list-style-type: hiragana

  28. css property: list-style-type: kannada

  29. css property: list-style-type: katakana

  30. css property: list-style-type: khmer

  31. css property: list-style-type: lao

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

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

  34. css property: list-style-type: none

  35. css property: list-style-type: octal

  36. css property: list-style-type: oriya

  37. css property: list-style-type: oromo

  38. css property: list-style-type: persian

  39. css property: list-style-type: sidama

  40. css property: list-style-type: somali

  41. css property: list-style-type: square

  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 (`,`)