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. htmlmediaelement api: paused

  4. mediacontroller api: paused

  5. performancescripttiming api: pauseduration

  6. speechsynthesis api: paused

  7. svgsvgelement api: animationspaused

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

  9. css selector: `:paused`