惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
博客园 - Franky
罗磊的独立博客
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
V
V2EX
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
U
Unit 42
GbyAI
GbyAI
A
About on SuperTechFans
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
D
DataBreaches.Net
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog

web.dev: Blog

New to the web platform in May  |  Blog  |  web.dev April 2026 Baseline monthly digest  |  Blog  |  web.dev New to the web platform in April  |  Blog  |  web.dev March 2026 Baseline monthly digest  |  Blog  |  web.dev February 2026 Baseline monthly digest  |  Blog  |  web.dev New to the web platform in March  |  Blog  |  web.dev January 2026 Baseline monthly digest  |  Blog  |  web.dev New to the web platform in February  |  Blog  |  web.dev Navigation API - a better way to navigate, is now Baseline Newly Available  |  Blog  |  web.dev Interop 2026: Continuing to improve the web for developers  |  Blog  |  web.dev Start our latest course, Learn AI! | Blog | web.dev December 2025 Baseline monthly digest | Blog | web.dev LCP and INP are now Baseline Newly available | Blog | web.dev
New to the web platform in January  |  Blog  |  web.dev
2026-01-30 · via web.dev: Blog

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.

Rachel Andrew

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.

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.

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.

The <geolocation> element

Chrome 144 introduces the <geolocation> 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 <geolocation> element.

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.

CSS caret-shape

Chrome 144 introduces the caret-shape property, which lets you specify the shape of the text insertion caret. You can choose between auto, bar, block, and underscore.

View Transition enhancements

Firefox 147 includes identifying view transition types. These provide a mechanism by which different types can be specified for active view transitions. CSS can then be used to apply animations to DOM elements when their content updates, depending on the transition type specified. Firefox 147 adds support for single-page app (SPA) view transition types only, not cross-document view transition types.

Firefox also now supports the activeViewTransition property on the Document interface, which returns the ViewTransition object for the active transition.

Beta browser releases

Beta browser versions give you a preview of things that will be in the next stable version of the browser. It's a great time to test new features, or removals, that could impact your site before the world gets that release. New betas this month are Chrome 145 and Firefox 148.

Chrome 145 includes the text-justify property to control justification methods, and improvements to multi-column layout with column-wrap and column-height. It also brings the onanimationcancel event to GlobalEventHandlers. Additionally, customizable <select> is extended to listboxes.

Firefox 148 includes support for Location.ancestorOrigins, allowing you to determine if a document is embedded in an <iframe> and by which sites.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-30 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-30 UTC."],[],[]]