Published: December 2, 2025
Chrome 143 is rolling out now, and this post shares some of the key features from the release. Read the full Chrome 143 release notes.
Highlights from this release:
- Style descendants of anchor positioned elements with anchored fallback container queries.
- Position CSS background images relative to one of the edges using longhands.
- Override the system language for glyph substitution with
font-language-override.
CSS anchored fallback container queries
Introduces @container anchored(fallback) to style descendants of anchor
positioned elements based on which of position-try-fallbacks is applied.
Such queries can be used to style an anchored element's tether or its animations, based on how the anchor and the anchored element are positioned relative to each other.
Side-relative syntax for background-position-x/y longhands
Defines the background image's position relative to one of its edges in the longhand properties for background-position. For example:
.element {
background-image: url(flower.gif);
background-repeat: no-repeat;
background-position-x: left 30px;
background-position-y: bottom 20px;
}
This implementation makes the feature Baseline Newly available.
Implement the font-language-override CSS property
Introduces support for font-language-override CSS property.
The property allows developers to override the system language used
for OpenType glyph substitution by specifying a four-character language tag
directly in CSS.
This enables fine-grained typographic control, particularly useful for multilingual content or fonts with language-specific glyph variants.
Further reading
This covers only some key highlights. Check the following links for additional changes in Chrome 143.
- Release notes for Chrome 143.
- What's new in Chrome DevTools (143).
- ChromeStatus.com updates for Chrome 143.
- Chrome release calendar.
Subscribe
To stay up to date, subscribe to the Chrome Developers YouTube channel, and you'll get an email notification whenever we launch a new video. Or follow us on X or LinkedIn for new articles and blog posts.
As soon as Chrome 144 is released, we'll be right here to tell you what's new in Chrome!