@scope code explanation
Stop fighting specificity warsπ‘οΈ
The @scope at-rule is Baseline Newly Available and gives you granular control over where your styles apply. Define your root, set your limits, and keep your CSS clean β goo.gle/4aO0vbw
24.02.2026 18:09
π 9
π 2
π¬ 1
π 2
You can throw away innerHTML and replace it with the new setHTML(), which has a built-in sanitizer. Here's how it works:
25.02.2026 12:09
π 155
π 25
π¬ 6
π 7
Interop Dashboard
Interop 2026 is here β goo.gle/4tujOxz
This year focuses on improving interoperability for high-priority features like CSS anchor positioning, container style queries, and scroll-driven animations to ensure a more reliable experience across all rendering engines.
18.02.2026 22:42
π 7
π 1
π¬ 0
π 0
I love how @npmx.dev brought the whole community together to solve a problem we're all having. We need more of that.
04.02.2026 13:53
π 34
π 2
π¬ 1
π 0
I'll share a link to upvote the feature once it's ready
02.02.2026 13:41
π 1
π 0
π¬ 1
π 0
If the feature youβre looking at on Can I Use doesnβt have the little developer signal π icon, let me know. Weβre probably missing it in the backing data.
01.02.2026 07:25
π 5
π 2
π¬ 0
π 0
The @e18e.dev project, which systematically speeds up the Node.js ecosystem, has published its 2025 results.
Invisible heroes who make life better for all of us. They need our support.
e18e.dev/blog/the-yea...
01.02.2026 10:35
π 95
π 19
π¬ 0
π 0
Yes and yes - super helpful to share any links to existing developer-facing articles or demos, and copy/pasting the description from somewhere else is totally fine π
01.02.2026 03:55
π 0
π 0
π¬ 1
π 0
Ah it looks like this isn't being tracked in the web-features repo. Could you file a FR?
github.com/web-platform...
Once it's in there, it should be open for upvotes and searchable on webstatus
(Aside: confusingly this is NOT css.types.filter-function!)
31.01.2026 02:26
π 0
π 0
π¬ 1
π 0
Very well deserved! I'm glad we're able to support all the great work you do for the health of the web.
23.01.2026 19:39
π 1
π 0
π¬ 0
π 0
The @e18e.dev community does amazing work to speed up and modernize the web
Now's as good a time as ever to join and contribute to this hugely impactful project!
22.01.2026 13:48
π 24
π 4
π¬ 0
π 0
React <ViewTransition> - Supported in all browsers π₯³
React implements this feature with startViewTransition({update, types}), and doesn't animate without it.
This API just landed in Firefox 147, the last remaining browser π
Just tested, and it seems to work fine
20.01.2026 10:45
π 32
π 5
π¬ 1
π 0
Photo of a boy's hand interacting with a drawing app on a tablet
Antigravity one-shotted this drawing web app for my kid in under a minute. No app store, no ads.
17.01.2026 21:17
π 5
π 0
π¬ 1
π 0
Me holding two Emmys I didn't win
I too take pictures with awards I did not win
16.01.2026 18:00
π 3
π 0
π¬ 0
π 0
It certainly is, enjoy!
16.01.2026 15:06
π 0
π 0
π¬ 0
π 0
π«Ά
16.01.2026 11:53
π 0
π 0
π¬ 0
π 0
Another year in the books! π Congrats to the entire Web Almanac team.
I know all too well how much time and effort goes into putting this together, but it continues to be an invaluable resource cited across the industry
Thank you to all the contributors almanac.httparchive.org/en/2025/cont... β€οΈ
16.01.2026 11:47
π 16
π 5
π¬ 3
π 0
Screenshot of caniuse.com, with a green highlight around the settings button.
Did you know itβs surprisingly easy to see which web platform features users browsers support?
1. Visit caniuse.com
2. Settings β’ Add from Analytics β’ Google Analytics or Simple Analytics
Can I use shows percentage support based on your siteβs audience.
Build using data, not outdated ideas.
16.01.2026 01:19
π 35
π 4
π¬ 3
π 2
Screenshot of features in the developer-signals repo, sorted by the number of upvotes
Which features are web developers most excited about, going into 2026?
π github.com/web-platform...
The developer-signals repo collects upvotes and comments on features that are not yet available across major browsers, and there are a few clear favorites...
05.01.2026 15:59
π 10
π 0
π¬ 0
π 0
doing everything without JS again and it's so nice that invoker commands, popover and CSS anchor positioning exists now
05.01.2026 10:18
π 51
π 3
π¬ 4
π 0
It shows! Thank you Patrick for all that you do for the web.
31.12.2025 13:27
π 3
π 0
π¬ 0
π 0
Compression Dictionary Transport - HTTP | MDN
Compression Dictionary Transport is a way of using a shared compression dictionary to dramatically reduce the transport size of HTTP responses.
TIL: Compression Dictionary Transport π‘
A new HTTP feature that can dramatically shrink the size of your responses, especially when serving content that changes often but includes a lot of repeated structure (think: JSON, JS, CSS).
Learn more π
developer.mozilla.org/en-US/docs/...
30.12.2025 16:00
π 54
π 14
π¬ 0
π 1
Contribute to MDN
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
MDN is more than just a resource. It's a community of developers, contributors, and learners passionate about web development.
Contribute to,
π MDN documentation
π€ Help other devs
π Localize content
π Review or write on MDN
Start now π
developer.mozilla.org/en-US/commu...
26.12.2025 16:00
π 25
π 3
π¬ 0
π 0
November 2025 Baseline monthly digest
November's Baseline digest is here with big news for Next.js users β goo.gle/4q4jrXJ
We're covering the framework's move to Baseline support, new case studies from Target and Cybozu, and a wave of widely available color features.
18.12.2025 22:30
π 7
π 3
π¬ 0
π 0
π The URL Pattern API is Newly Available!
Use it to match and extract parts of URLs, no need to reinvent routing logic. Supports literals, wildcards, named groups, and even regex constraints.
Learn how it works π
developer.mozilla.org/en-US/docs/...
18.12.2025 05:00
π 65
π 11
π¬ 1
π 0
HTML invoker commands are newly baseline! Here's how they workβ¦
17.12.2025 15:58
π 147
π 27
π¬ 6
π 5
LCP and INP are now Baseline Newly available Β |Β Blog Β |Β web.dev
LCP and INP are now Baseline Newly available as of December 12, 2025.
Answering some of your questions about what it means now LCP and INP are "Baseline Newly available" across all major browsers. Let me know if you have any more!
web.dev/blog/lcp-and...
#CoreWebVitals #webperf
17.12.2025 09:42
π 19
π 7
π¬ 0
π 0