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

推荐订阅源

GbyAI
GbyAI
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
Vulnerabilities – Threatpost
S
Securelist
The Hacker News
The Hacker News
The Register - Security
The Register - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
M
MIT News - Artificial intelligence
AI
AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Hacker News: Front Page
博客园 - 司徒正美
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Security Latest
Security Latest
Engineering at Meta
Engineering at Meta
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Threat Research - Cisco Blogs
U
Unit 42
V
V2EX
V2EX - 技术
V2EX - 技术
L
LINUX DO - 最新话题
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
美团技术团队
小众软件
小众软件
F
Fortinet All Blogs

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."],[],[]]