Blink: Intent to Prototype: C...
Did you know that we publish release notes for Edge web platform changes?
This is relatively new, and we haven't made much noise, but hopefully that's useful!
https://learn.microsoft.com/microsoft-edge/web-platform/release-notes/138
a very small feature that i'm unreasonably excited about: referencing a whole `.svg` (rather than just a fragment).
```
<use href="thing.svg">
```
shipped in chrome 137: https://chromestatus.com/feature/5128141573718016
but safari is stalling for no good reason: https://github.com/WebKit/standards-positions/issues/480
Sanitizer API
@sheet
moveBefore()
unprefix -webkit-user-select
CSS linked parameters for SVG.
light-dark() CSS function + prefers-color-scheme @media support for SVG.
CSS alignment for non-grid and non-flex items.
Fix animated AVIF performance issues particularly around transparency.
Fix ::marker interop.
Make AccentColor keyword actually useful.
There is one old, yet unsolved, CSS problem: shrinking containers to fit the content when it automatically wraps. While not intentional, anchor positioning allows us to come closer to solving it, at least for a few cases. In this article, I’ll demonstrate how we can use anchor positioning to neatly decorate wrapping text or elements in flex or grid contexts.
There's a Chrome Intent to Ship for CSS Corner Shaping. Is it just me or do the edges all look slightly jagged and pixelated and just off somehow?
https://codepen.io/cssgrid/pen/NPqYyJv
https://groups.google.com/a/chromium.org/g/blink-dev/c/OoX4xjqSPt4/m/m-DV3dV0BAAJ
Friendly reminder that CommonJS functionality is frequently unspecified and often falls somewhere between "script" and "module" programs as defined by ECMA-262. It's really time to stop using CommonJS.