1. EventTarget.addEventListener()

    The modern standard API for adding DOM event handlers. Introduced in the DOM Level 2 Events spec. Also implies support for `removeEventListener`, the [capture phase](https://dom.spec.whatwg.org/#dom-event-capturing_phase) of DOM event dispatch, as well as the `stopPropagation()` and `preventDefault()` event methods.

  2. HTTP/2 protocol

    Networking protocol for low-latency transport of content over the web. Originally started out from the SPDY protocol, now standardized as HTTP version 2.

  3. seamless attribute for iframes

    The seamless attribute makes an iframe's contents actually part of a page, and adopts the styles from its hosting page. The attribute has been removed from both [the WHATWG](https://github.com/whatwg/html/issues/331) and [the W3C](https://github.com/w3c/html/pull/325) HTML5 specifications.

  4. Context menu item (menuitem element)

    Method of defining a context menu item, now deprecated and [removed from the HTML specification](https://github.com/whatwg/html/issues/2730).

  5. SPDY protocol

    Networking protocol for low-latency transport of content over the web. Superseded by HTTP version 2.

  6. Scoped CSS

    Allows CSS rules to be scoped to part of the document, based on the position of the style element. The attribute has been [removed from the current specification](https://github.com/whatwg/html/issues/552).

  7. SVG fonts

    Method of using fonts defined as SVG shapes. Removed from [SVG 2.0](https://www.w3.org/TR/SVG2/changes.html#fonts) and considered as a deprecated feature with support being removed from browsers.

  8. XMLHttpRequest advanced features

    Adds more functionality to XHR (aka AJAX) requests like file uploads, transfer progress information and the ability to send form data. Previously known as [XMLHttpRequest Level 2](https://www.w3.org/TR/2012/WD-XMLHttpRequest-20120117/), these features now appear simply in the XMLHttpRequest spec.

  9. headers http header: authorization: `digest` authentication: sha2-256 digest authentication

  10. headers http header: authorization: `digest` authentication: sha2-512 digest authentication

  11. headers http header: www-authenticate: `digest` authentication: sha2-256 digest authentication

  12. headers http header: www-authenticate: `digest` authentication: sha2-512 digest authentication

  13. http status code: 200

  14. http status code: 201

  15. http status code: 204

  16. http status code: 206

  17. http status code: 302

  18. http status code: 412

  19. http status code: 425

  20. http status code: 502