📃 November 2025 release notes
Newly available
The following features are newly available:
-
Atomics.waitAsync:
The
Atomics.waitAsync()static method waits for a value in a shared memory location, providing a promise when the expected value is not yet in memory. ThewaitAsync()method is a non-blocking alternative toAtomics.wait().
Widely available
The following features are now widely available:
-
color():
The
color()function picks a color from a given color space. Wide gamut color spaces likedisplay-p3allow showing more vibrant and saturated colors than the standardsrgbcolor space. -
color-mix():
The
color-mix()function mixes two colors in a given color space and by a given amount. Commonly, lighter or darker variations of a color are created by mixing with white or black. -
Compression streams:
The
CompressionStreamandDecompressionStreamAPIs compress and decompress data using the gzip or deflate formats. -
Lab and LCH:
The CIE Lab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is. LCH is a variant of Lab with polar coordinates. These color spaces can be used with the CSS
color(),lab(), andlch()functions. Also known as CIELAB and CIELCH. -
:nth-child() of <selector>:
The
ofsyntax for the:nth-child()and:nth-last-child()CSS functional pseudo-classes match elements by the relative position of elements, counted from the first or last sibling matching a selector list. -
Oklab and Oklch:
The Oklab color space expresses colors in terms of lightness and how red/green and blue/yellow a color is, aiming to match how humans perceive colors. Oklch is a variant of Oklab with polar coordinates. These color spaces can be used with the CSS
color(),oklab(), andoklch()functions. -
WebRTC SCTP information:
The
sctpobject onRTCPeerConnectionrepresents the negotiated SCTP transport. SCTP (Stream Control Transmission Protocol) is the protocol thatRTCDataChanneluses.
New in Firefox
The following features are now available in Firefox:
-
Math font family:
The
font-family: mathCSS declaration uses the browser default font face for displaying mathematical expressions.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
Math font family:
The
font-family: mathCSS declaration uses the browser default font face for displaying mathematical expressions.