1. Channel messaging

    Method for having two-way communication between browsing contexts (using MessageChannel)

  2. CSS Filter Effects

    Method of applying filter effects using the `filter` property to elements, matching filters available in SVG. Filter functions include blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, sepia and saturate.

  3. ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for font-family

    Allows more control when choosing system interface fonts

  4. disabled attribute of the fieldset element

    Allows disabling all of the form control descendants of a fieldset via a `disabled` attribute on the fieldset element itself.

  5. sandbox attribute for iframes

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

  6. 'SameSite' cookie attribute

    Same-site cookies ("First-Party-Only" or "First-Party") allow servers to mitigate the risk of CSRF and information leakage attacks by asserting that a particular cookie should only be sent with requests initiated from the same registrable domain.

  7. Cross-document messaging

    Method of sending information from a page on one domain to a page on a different one (using postMessage)

  8. audiobuffer api: samplerate

  9. audiodata api: samplerate

  10. audioworkletglobalscope api: samplerate

  11. baseaudiocontext api: samplerate

  12. canvasrenderingcontext2d api: save

  13. cspviolationreportbody api: sample

  14. gputexture api: samplecount

  15. htmliframeelement api: sandbox

  16. navigationdestination api: samedocument

  17. navigationhistoryentry api: samedocument

  18. networkinformation api: savedata

  19. offscreencanvasrenderingcontext2d api: save

  20. paintrenderingcontext2d api: save

  21. profiler api: sampleinterval

  22. securitypolicyviolationevent api: sample

  23. webgl2renderingcontext api: samplecoverage

  24. webgl2renderingcontext api: samplerparameterf

  25. webgl2renderingcontext api: samplerparameteri

  26. webglrenderingcontext api: samplecoverage

  27. html element: iframe: sandbox

  28. html element: iframe: sandbox: `sandbox="allow-downloads"`

  29. html element: iframe: sandbox: `sandbox="allow-forms"`

  30. html element: iframe: sandbox: `sandbox="allow-modals"`

  31. html element: iframe: sandbox: `sandbox="allow-orientation-lock"`

  32. html element: iframe: sandbox: `sandbox="allow-pointer-lock"`

  33. html element: iframe: sandbox: `sandbox="allow-popups"`

  34. html element: iframe: sandbox: `sandbox="allow-popups-to-escape-sandbox"`

  35. html element: iframe: sandbox: `sandbox="allow-presentation"`

  36. html element: iframe: sandbox: `sandbox="allow-same-origin"`

  37. html element: iframe: sandbox: `sandbox="allow-scripts"`

  38. html element: iframe: sandbox: `sandbox="allow-storage-access-by-user-activation"`

  39. html element: iframe: sandbox: `sandbox="allow-top-navigation"`

  40. html element: samp

  41. headers http header: content-security-policy: sandbox

  42. headers http header: referrer-policy: same-origin

  43. headers http header: save-data

  44. headers http header: `sec-ch-save-data` request header

  45. headers http header: set-cookie: samesite: defaults to `lax`

  46. headers http header: set-cookie: samesite: url scheme-aware ("schemeful")

  47. headers http header: x-frame-options: sameorigin

  48. safari

  49. safari on ios

  50. samsung internet browser