1. Audio element

    Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`

  2. Video element

    Method of playing videos on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`

  3. Web Animations API

    Lets you create animations that are run in the browser, as well as inspect and manipulate animations created through declarative means like CSS.

  4. animation api: pause

  5. htmlmediaelement api: pause

  6. htmlmediaelement api: paused

  7. htmlmediaelement api: `pause` event

  8. mediacontroller api: pause

  9. mediacontroller api: paused

  10. mediacontroller api: unpause

  11. mediarecorder api: pause

  12. mediarecorder api: `pause` event

  13. mediasession api: `setactionhandler()`: `"pause"` type

  14. performancescripttiming api: pauseduration

  15. speechsynthesisutterance api: `pause` event

  16. speechsynthesis api: pause

  17. speechsynthesis api: paused

  18. svgsvgelement api: animationspaused

  19. svgsvgelement api: pauseanimations

  20. svgsvgelement api: unpauseanimations

  21. texttrackcue api: pauseonexit

  22. webgl2renderingcontext api: pausetransformfeedback

  23. css property: animation-play-state: paused

  24. css selector: `:paused`