1. Signed HTTP Exchanges (SXG)

    Part of the Web Packaging spec, Signed HTTP Exchanges allow a different origin server to provide a resource, and this will be treated as if it came from the original server. This can be used with AMP CDNs, for example, to allow the original URL to be displayed in the URL bar.

  2. CSS will-change property

    Method of optimizing animations by informing the browser which elements will change and what properties will change.

  3. css property: will-change: auto

  4. css property: will-change: contents

  5. css property: will-change: scroll-position