A long, long, long road, but `clip-path` animations are about to be GPU accelerated in Chromium: issues.chromium.org/issues/40503...
Chromium
issues.chromium.org
Really great to see everyone at dweb camp and @localfirstconf.com. Ton of atproto discussion! Also the p2p world showing a lot of excitement for iroh. Really exciting times
It's really cool that we're starting to see the return of visual editors like @janvan.wtf pioneered with CSSEdit: cursor.com/blog/browser...
A visual editor for the Cursor Browser
Built to make you extraordinarily productive, Cursor is the best way to code with AI.
cursor.com
Day 3 of the 🎅🏻 CSS Advent Calendar 2025: device-posture API. Didn't know about this! www.youtube.com/watch?v=a-Nu... developer.mozilla.org/en-US/docs/W...
device-posture - CSS | MDN
The device-posture CSS media feature can be used to detect the device's current posture, that is, whether the viewport is in a flat (continuous) or folded state (folded).
developer.mozilla.org
A perfect CVSS 10 🧑🏻🍳💋 CVE-2025-55182: Unauthenticated remote code execution vulnerability in React Server Components The vuln is in versions 19.0, 19.1.0, 19.1.1, and 19.2.0: react-server-dom-webpack react-server-dom-parcel react-server-dom-turbopack Upgrade immediately!
Critical Security Vulnerability in React Server Components – React
The library for web and native user interfaces
react.dev
Day 2 of the🎄CSS Advent Calendar 2025: #CSS writing modes! cssadventcalendar.dev
I've updated my CSS advent calendar for this year: cssadventcalendar.dev. Last year, I was using Windsurf to generate the code and content—it had heaps of broken links. This year, I used Claude Code to update the content and every link worked! AI coding has improved so much.
CSS Advent Calendar 2025
CSS Advent Calendar 2025 - Daily CSS features and techniques
cssadventcalendar.dev
An interesting side effect of using data-testids throughout your code is it makes it a lot easier to find which React component renders that part of the DOM.
Interesting scenario in Chrome DevTools: if you write a console log statement the starts with "URL: " and then try to filter the logs for that message, you have to press Escape to dismiss the autocomplete suggestion, otherwise it will think you're writing a command.