Tuesday, May 26, 2026Tech HubAboutContactAdvertiseNewsletter
Back to Home
New to the web platform in January

New to the web platform in January

Discover some of the interesting features that have landed in stable and beta web browsers during January 2026.

B
Blizine Admin
·1 min read·0 views

New to the web platform in January  |  Blog  |  web.dev

Skip to main content

/

English Deutsch Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어

Sign in

Blog

Home Blog

New to the web platform in January

Stay organized with collections Save and categorize content based on your preferences.

Discover some of the interesting features that have landed in stable and beta web browsers during January 2026.

Rachel Andrew GitHub LinkedIn Mastodon Bluesky Homepage

Published: January 30, 2026

Stable browser releases

Chrome 144 and Firefox 147 released to stable during January. This post takes a look at the many new features this month, with several things becoming Baseline Newly available.

CSS Anchor Positioning

Firefox 147 includes support for CSS Anchor Positioning, making this feature Baseline Newly available. This API lets you position elements relative to other elements, known as anchors. This is useful for tooltips, menus, and popovers, where you want an element to be positioned relative to another element on the page.

Browser Support

125

125

147

26 Source

The Navigation API

Also becoming Baseline Newly available with Firefox 147 is the Navigation API. This API provides a modern way to initiate, intercept, and manage navigations in your application.

Browser Support

102

102

147

26.2 Source

Find-in-page styling with ::search-text

Chrome 144 includes the ::search-text pseudo-element. This feature exposes find-in-page search result styling to authors as a highlight pseudo-element, similar to ::selection and ::spelling-error. This lets you customize the appearance of search results when a user uses the browser's find-in-page functionality.

Find out more on the Igalia blog in Find-in-Page Highlight styling.

Browser Support

144

144

x

x Source

The element

Chrome 144 introduces the element, a declarative, user-activated control for accessing the user's location. It streamlines the user and developer journey by handling the permission flow and directly providing location data to the site, often eliminating the need for a separate JavaScript API call.

Learn more in Introducing the HTML element.

Browser Support

144

144

x

x Source

The Temporal API

Chrome 144 includes the Temporal API. This provides standard objects and functions for working with dates and times. This is a significant addition to JavaScript, offering a robust and modern replacement for the Date object.

Browser Support

144

144

139

Source

📰Originally published at web.dev

Comments