Chrome 144 | CSS and UI updates improve modern web templates
Chrome 144 is now listed in the official Chrome for Developers release notes, bringing a wide set of platform updates for web designers and developers. Released to the stable channel on January 13, 2026, the version includes improvements for CSS and UI, DOM permissions, JavaScript, WebGPU, performance metrics, WebRTC, origin trials, and several platform deprecations.
Chrome 144 brings useful CSS, UI, and platform updates for web creators
Chrome 144 is not a single-feature release. It is a broad web platform update that touches many areas designers and front-end teams care about: interface styling, scrolling behavior, editable text, view transitions, performance measurement, JavaScript APIs, and browser-controlled permission flows.
For template creators, this kind of release is exciting because it improves the foundations behind modern interfaces. Small CSS and API changes can make layouts cleaner, interactions more predictable, and site behavior easier to maintain across dashboards, blogs, landing pages, UI kits, and custom web apps.
What Chrome 144 adds for CSS and interface design
The CSS and UI section is especially relevant for web designers. Chrome 144 adds styling support for find-in-page highlight pseudo-elements, improves container query name matching across tree scopes, updates CSS anchor positioning when transforms are involved, and introduces the caret-shape property for editable elements.
The release also improves SVG2 CSS cascading, makes overscroll-behavior more consistent for non-scrollable containers and keyboard scrolling, adds @scroll-state scrolled support, expands side-relative syntax for background-position-x/y, and adds a waitUntil() method for advanced View Transition use cases.
New workflow signals for web designers
For template creators, the most practical value is better control over interface details. Find-in-page highlight styling can help improve contrast on custom themes, caret-shape gives editable areas more visual flexibility, and improved overscroll behavior makes scroll containers more predictable in complex layouts.
Anchor positioning with transforms is also worth watching because positioned UI elements, floating panels, popovers, menus, and tooltip-style components often sit inside transformed layouts. More consistent anchor behavior can reduce layout surprises in advanced interface patterns.
The View Transition waitUntil() method is another interesting addition for motion-heavy websites. It gives developers more control over when the transition pseudo-tree is destroyed, which can help when view transitions are combined with scroll-driven animation patterns.
Other platform updates worth noting
Chrome 144 also introduces a declarative <geolocation> element, designed to give users a clearer browser-controlled permission flow when a site needs location access. For web app designers, this direction is important because sensitive permissions work better when user intent is visible and interaction is explicit.
On the JavaScript side, Chrome 144 includes Temporal in ECMA262, a modern API for working with dates and times, along with a clipboardchange event and improved SVG link attribute support. Performance teams also get performance.interactionCount, which helps with Interaction to Next Paint calculations.
The release notes also include WebGPU improvements, WebRTC updates, origin trials for enhanced Canvas TextMetrics and context-aware media elements, plus deprecations for Privacy Sandbox-related APIs such as Private Aggregation and Shared Storage.
Sources and Recommended Links
- Chrome 144 Release Notes | Chrome for Developers (Official)
- New in Chrome 144 | Chrome for Developers (Official)
- CSS and UI | Chrome for Developers (Official)