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

推荐订阅源

Spread Privacy
Spread Privacy
K
Kaspersky official blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Forbes - Security
Forbes - Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
The Last Watchdog
The Last Watchdog
SecWiki News
SecWiki News
Attack and Defense Labs
Attack and Defense Labs
Google DeepMind News
Google DeepMind News
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
Security Latest
Security Latest
TaoSecurity Blog
TaoSecurity Blog
Cyberwarzone
Cyberwarzone
S
SegmentFault 最新的问题
Cloudbric
Cloudbric
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
N
Netflix TechBlog - Medium
MyScale Blog
MyScale Blog
T
The Blog of Author Tim Ferriss
H
Hacker News: Front Page
C
Cybersecurity and Infrastructure Security Agency CISA
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
AWS News Blog
AWS News Blog
AI
AI
G
GRAHAM CLULEY
IT之家
IT之家
P
Privacy & Cybersecurity Law Blog
L
Lohrmann on Cybersecurity
Last Week in AI
Last Week in AI
D
Docker
Recent Announcements
Recent Announcements
O
OpenAI News
T
Threat Research - Cisco Blogs
GbyAI
GbyAI
S
Security @ Cisco Blogs
T
Troy Hunt's Blog
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic

web.dev: Blog

New to the web platform in May  |  Blog  |  web.dev April 2026 Baseline monthly digest  |  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
New to the web platform in April  |  Blog  |  web.dev
2026-04-24 · via web.dev: Blog

New to the web platform in April

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

Rachel Andrew

Published: April 24, 2026

Stable browser releases

Chrome 147 and Firefox 150 released to stable during April. There was no stable release of Safari this month. This post takes a look at the many new features this month.

The contrast-color() CSS function becomes Baseline

With Chrome 147 shipping the contrast-color() function, this useful accessibility feature is now available across all major engines, making it Baseline Newly available.

This function takes a color value and returns either black or white, depending on which provides the highest contrast against the provided color. This helps ensure your text meets accessibility contrast requirements.

The ariaNotify() method

Firefox 150 introduces support for the ariaNotify() method on Document and Element. This method allows content authors to queue a string of text to be announced by a screen reader.

This provides a more reliable and ergonomic alternative to ARIA live regions, especially for announcements not tied to DOM updates.

Auto sizes for lazy-loaded images

Firefox 150 now supports the "auto" keyword for the sizes attribute of <img> elements. This allows lazy-loaded images to use the calculated image layout size to select the best source from a srcset, simplifying responsive image setup.

Element-scoped view transitions

Chrome 147 exposes element.startViewTransition() on arbitrary HTML elements. This allows for transitions scoped to a specific element, meaning pseudo-elements are affected by ancestor clips and transforms, and multiple transitions can run concurrently.

CSS border-shape property

Chrome 147 introduces the border-shape property, allowing you to create non-rectangular borders with shapes like polygons or circles.

SVG <textPath> path attribute

Chrome 147 adds support for the path attribute on the SVG <textPath> element, letting you define text path geometry inline.

Modulepreload support for JSON and style

Chrome 147 adds support for JSON and style module types as <link rel="modulepreload"> destinations.

Math.sumPrecise

Chrome 147 implements the TC39 proposal for Math.sumPrecise, returning a precise sum of values in an iterable. This method is now Baseline Newly available.

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 148, Firefox 151, and Safari 26.5.

Chrome 148 beta includes name-only container queries in CSS, lazy loading for video and audio elements, and the at-rule() function for feature detection in @supports.

Firefox 151 beta includes CSS container style queries.

The Safari 26.5 beta includes support for the :open pseudo-class on <details>, <dialog>, <select>, and <input> elements, in addition to a large number of issue resolutions.

This post previously included the Scroll-driven animation range properties becoming Baseline. These properties haven't yet shipped in Firefox, so this post was updated to remove the incorrect information.

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