1. CSS all property

    A shorthand property for resetting all CSS properties except for `direction` and `unicode-bidi`.

  2. CSS Counters

    Method of controlling number values in generated content, using the `counter-reset` and `counter-increment` properties.

  3. CSS revert value

    A CSS keyword value that resets a property's value to the default specified by the browser in its UA stylesheet, as if the webpage had not included any CSS. For example, `display:revert` on a `<div>` would result in `display:block`. This is in contrast to the `initial` value, which is simply defined on a per-property basis, and for `display` would be `inline`.

  4. audiodecoder api: reset

  5. audioencoder api: reset

  6. canvasrenderingcontext2d api: reset

  7. canvasrenderingcontext2d api: resettransform

  8. capturecontroller api: resetzoomlevel

  9. console api: `countreset()` static method

  10. cssfontfacedescriptors api: fontfeaturesettings

  11. fontface api: featuresettings

  12. gamepadhapticactuator api: reset

  13. htmlformelement api: reset

  14. htmlformelement api: `reset` event

  15. imagedecoder api: reset

  16. offscreencanvasrenderingcontext2d api: reset

  17. offscreencanvasrenderingcontext2d api: resettransform

  18. paintrenderingcontext2d api: resettransform

  19. positionsensorvrdevice api: resetsensor

  20. usbdevice api: reset

  21. videodecoder api: reset

  22. videoencoder api: reset

  23. vrdisplay api: resetpose

  24. xrreferencespace api: `reset` event

  25. xsltprocessor api: reset

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

  27. css property: counter-reset: none

  28. css property: counter-reset: resets counter on current element (not sibling elements).

  29. css property: counter-reset: `reversed()`

  30. css property: zoom: the `reset` value

  31. html element: input: `type="reset"`