📃 December 2019 release notes
New in Chrome
The following features are now available in Chrome:
-
font-optical-sizing:
The
font-optical-sizingCSS property sets whether text rendering is optimized for viewing at different sizes. -
min(), max(), and clamp():
The
min()andmax()CSS functions return the minimum or maximum of the arguments, whileclamp()clamps a value to a given range. -
WebXR:
The
navigator.xrAPI represents the browser's virtual reality or augmented reality system. You can use to request a WebXR session. -
Gamepad (WebXR):
The
gamepadattribute of anXRInputSourcerepresents an XR input device, such as a motion controller, that reports data from physical inputs (such as buttons, touch pads, and triggers).
New in Chrome Android
The following features are now available in Chrome Android:
-
font-optical-sizing:
The
font-optical-sizingCSS property sets whether text rendering is optimized for viewing at different sizes. -
min(), max(), and clamp():
The
min()andmax()CSS functions return the minimum or maximum of the arguments, whileclamp()clamps a value to a given range. -
WebXR:
The
navigator.xrAPI represents the browser's virtual reality or augmented reality system. You can use to request a WebXR session. -
Gamepad (WebXR):
The
gamepadattribute of anXRInputSourcerepresents an XR input device, such as a motion controller, that reports data from physical inputs (such as buttons, touch pads, and triggers).
New in Firefox
The following features are now available in Firefox:
-
clip-path:
The
clip-pathCSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden. -
column-span:
The
column-spanCSS property controls whether a child element extends across all columns of a multi-column parent. -
OES_fbo_render_mipmap WebGL extension:
The
OES_fbo_render_mipmapextension for WebGL 1.0 contexts attaches any level of a texture to a framebuffer object. -
Promise.allSettled():
The
Promise.allSettled()static method waits for an array of promises to settle (resolve or reject). -
Subgrid:
The
subgridvalue for thegrid-template-columnsandgrid-template-rowsproperties allows a grid item to inherit the grid definition of its parent grid container.