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

推荐订阅源

Martin Fowler
Martin Fowler
L
LINUX DO - 最新话题
P
Proofpoint News Feed
Cyberwarzone
Cyberwarzone
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Security Latest
Security Latest
T
The Exploit Database - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
K
Kaspersky official blog
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
L
LINUX DO - 热门话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Visual Studio Blog
O
OpenAI News
AI
AI
Hacker News: Ask HN
Hacker News: Ask HN
V2EX - 技术
V2EX - 技术
GbyAI
GbyAI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
Spread Privacy
Spread Privacy
Y
Y Combinator Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
F
Fortinet All Blogs
C
CERT Recently Published Vulnerability Notes
T
The Blog of Author Tim Ferriss
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
N
News and Events Feed by Topic
Project Zero
Project Zero
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
G
Google Developers 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 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
New to the web platform in February  |  Blog  |  web.dev
2026-02-26 · via web.dev: Blog

New to the web platform in February

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

Rachel Andrew

Published: February 26, 2026

Stable browser releases

Chrome 145, Firefox 148, and Safari 26.3 released to stable during February. This post takes a look at the many new features this month, with several things becoming Baseline Newly available.

The text-justify CSS property

Chrome 145 adds full support for the text-justify CSS property. This property provides more control over text justification when you use text-align: justify.

Column wrapping for multicol

Chrome 145 adds support for the column-wrap and column-height CSS properties from Multicol Level 2. This lets columns wrap onto a new row in the block direction, which helps avoid horizontal overflow and provides more flexibility in responsive design.

Learn more in Support for wrapped columns in multi-column layout.

Customizable <select> listbox mode

Chrome 145 also includes the customizable <select> listbox rendering mode. This renders the select element in-flow or in the page, rather than with a separate button and popup.

The shape() CSS function

Firefox 148 adds the shape() CSS function by default. It lets you define custom shapes in properties like clip-path and offset-path using standard CSS syntax, to create and edit shapes with CSS units and math functions.

Iterators in JavaScript

Firefox 148 introduces Iterator.zip() and Iterator.zipKeyed(). These static methods return a new iterator that groups input elements at each iteration step across multiple data sources.

The HTML Sanitizer API

Firefox 148 now supports the HTML Sanitizer API. This lets you safely filter HTML before inserting it into the DOM, which helps reduce the risk of XSS attacks.

Device Bound Session Credentials (DBSC)

Chrome 145 lets websites bind a user's session to their specific device using Device Bound Session Credentials (DBSC). This makes it significantly harder to use stolen session cookies on other machines.

Overflow on replaced elements

In Firefox 148, you can now use the overflow, overflow-x, and overflow-y CSS properties on replaced elements (for example, images or video) in the same way you use them with other elements.

The Origin API

Chrome 145 fills a gap in the platform by introducing an Origin object. This object encapsulates the origin concept and provides helpful methods, such as comparison, serialization, and parsing.

Zstandard (Zstd) compression

Safari 26.3 introduces support for Zstandard (Zstd). This compression algorithm makes website files smaller and improves loading speeds and efficiency. You can use Zstd for HTTP compression, which provides faster decompression and better compression ratios.

Beta browser releases

Beta browser versions provide a preview of features that will be in the next stable browser release. You can test new features or removals that might affect your site before the stable release. New beta releases this month include Firefox 149 and Chrome 146.

Chrome 146 adds scroll-triggered animations in CSS and also includes the Sanitizer API. Firefox 149 includes popover="hint", the Close Watcher API, and the Reporting API.

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