📃 June 2017 release notes
New in Chrome
The following features are now available in Chrome:
-
createImageBitmap:
The
createImageBitmap()global method creates anImageBitmapobject from a source such as an image, SVG, blob, or canvas. AnImageBitmapobject represents pixel data that can be drawn to a canvas with lower latency than other types, such asImageData.
New in Chrome Android
The following features are now available in Chrome Android:
-
background-blend-mode:
The
background-blend-modeCSS property blends an element's background image and background color using blend modes likemultiply,difference, orcolor. -
createImageBitmap:
The
createImageBitmap()global method creates anImageBitmapobject from a source such as an image, SVG, blob, or canvas. AnImageBitmapobject represents pixel data that can be drawn to a canvas with lower latency than other types, such asImageData.
New in Firefox
The following features are now available in Firefox:
-
Clip path boxes:
The
fill-box,stroke-box, andview-boxvalues forclip-pathset an edge of the element's box to use as the clipping shape. -
shapes:
The
circle(),ellipse(),inset(),polygon(),rect(), andxywh()CSS shape functions create shapes for use withclip-pathandshape-outside.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
background-blend-mode:
The
background-blend-modeCSS property blends an element's background image and background color using blend modes likemultiply,difference, orcolor. -
Clip path boxes:
The
fill-box,stroke-box, andview-boxvalues forclip-pathset an edge of the element's box to use as the clipping shape. -
shapes:
The
circle(),ellipse(),inset(),polygon(),rect(), andxywh()CSS shape functions create shapes for use withclip-pathandshape-outside.