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. audioplaybackstats api: resetlatency

  7. canvasrenderingcontext2d api: reset

  8. canvasrenderingcontext2d api: resettransform

  9. capturecontroller api: resetzoomlevel

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

  11. cssfontfacedescriptors api: fontfeaturesettings

  12. fontface api: featuresettings

  13. gamepadhapticactuator api: reset

  14. htmlelement api: headingreset

  15. htmlformelement api: reset

  16. htmlformelement api: `reset` event

  17. imagedecoder api: reset

  18. offscreencanvasrenderingcontext2d api: reset

  19. offscreencanvasrenderingcontext2d api: resettransform

  20. paintrenderingcontext2d api: resettransform

  21. positionsensorvrdevice api: resetsensor

  22. usbdevice api: reset

  23. videodecoder api: reset

  24. videoencoder api: reset

  25. vrdisplay api: resetpose

  26. xrreferencespace api: `reset` event

  27. xsltprocessor api: reset

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

  29. css property: counter-reset: none

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

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

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

  33. css selector: `::marker`: `counter-increment`, `counter-reset`, and `counter-set` support

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

  35. html attribute: headingreset