📃 April 2026 release notes
New in Chrome
The following features are now available in Chrome:
-
border-shape:
The
border-shapeCSS property sets the geometry of the border box, changing the shape of any applicable border, border image, focus outline, or shadow. -
Math.sumPrecise():
The
Math.sumPrecise()static method returns the sum of an iterable of numbers. It avoids the precision loss of intermediate partial sums, as found usingreduce()or a loop to add together an array of values. -
Layers (WebXR):
WebXR layer types, such as
XRCylinderLayer,XRCylinderLayer,XREquirectLayer,XRProjectionLayerorXRQuadLayer, are managed by the system compositor, to reduce latency or resampling.
New in Chrome Android
The following features are now available in Chrome Android:
-
border-shape:
The
border-shapeCSS property sets the geometry of the border box, changing the shape of any applicable border, border image, focus outline, or shadow. -
Math.sumPrecise():
The
Math.sumPrecise()static method returns the sum of an iterable of numbers. It avoids the precision loss of intermediate partial sums, as found usingreduce()or a loop to add together an array of values. -
Layers (WebXR):
WebXR layer types, such as
XRCylinderLayer,XRCylinderLayer,XREquirectLayer,XRProjectionLayerorXRQuadLayer, are managed by the system compositor, to reduce latency or resampling.