1. CSS3 Border-radius (rounded corners)

    Method of making the border corners round. Covers support for the shorthand `border-radius` as well as the long-hand properties (e.g. `border-top-left-radius`)

  2. :is() CSS pseudo-class

    The `:is()` (formerly `:matches()`, formerly `:any()`) pseudo-class checks whether the element at its position in the outer selector matches any of the selectors in its selector list. It's useful syntactic sugar that allows you to avoid writing out all the combinations manually as separate selectors. The effect is similar to nesting in Sass and most other CSS preprocessors.

  3. CSS zoom

    Non-standard method of scaling content.

  4. CSS font-smooth

    Controls the application of anti-aliasing when fonts are rendered.

  5. CSS outline properties

    The CSS outline properties draw a border around an element that does not affect layout, making it ideal for highlighting. This covers the `outline` shorthand, as well as `outline-width`, `outline-style`, `outline-color` and `outline-offset`.

  6. css at-rule: `@media`: `-moz-device-pixel-ratio` media feature

  7. css property: -moz-float-edge

  8. css property: -moz-force-broken-image-icon

  9. css property: -moz-image-region

  10. css property: -moz-orient

  11. css property: -moz-orient: `auto` value

  12. css property: -moz-orient: `block` value

  13. css property: -moz-orient: `inline` value

  14. css property: -moz-user-focus

  15. css property: -moz-user-input

  16. css property: -moz-user-input: auto

  17. css property: -moz-user-input: disabled

  18. css property: -moz-user-input: enabled

  19. css property: -moz-user-input: none

  20. css selector: `:-moz-broken`

  21. css selector: `::-moz-color-swatch`

  22. css selector: -moz-first-node

  23. css selector: -moz-focus-inner

  24. css selector: -moz-last-node

  25. css selector: -moz-list-bullet

  26. css selector: -moz-list-number

  27. css selector: `:-moz-only-whitespace`

  28. css selector: `::-moz-page`

  29. css selector: `::-moz-page-sequence`

  30. css selector: -moz-progress-bar

  31. css selector: `::-moz-range-progress`

  32. css selector: `::-moz-range-thumb`

  33. css selector: `::-moz-range-track`

  34. css selector: `::-moz-scrolled-page-sequence`

  35. css selector: `:-moz-submit-invalid`

  36. css selector: `:-moz-window-inactive`

  37. types: `-moz-image-rect()`

  38. html element: input: `x-moz-errormessage` attribute