1. DeviceOrientation & DeviceMotion events

    API for detecting orientation and motion events from the device running the browser.

  2. Document.execCommand()

    Allows running commands to manipulate the contents of an editable region in a document switched to designMode

  3. sandbox attribute for iframes

    Method of running external site pages with reduced privileges (e.g. no JavaScript) in iframes.

  4. requestAnimationFrame

    API allowing a more efficient way of running script-based animation, compared to traditional methods using timeouts. Also covers support for `cancelAnimationFrame`

  5. Screen Wake Lock API

    API to prevent devices from dimming, locking or turning off the screen when the application needs to keep running.

  6. Web Workers

    Method of running scripts in the background, isolated from the web page

  7. css property: animation-play-state: running

  8. css property: animation: running