This was CSS Day 2024. Might be a bit late this year but wanted to highlight as many things as possible. Since it was iO that sent me, you can read all about it on the iO tech_hub https://techhub.iodigital.com/articles/this-was-css-day-2024-the-10th-edition #CSSDayConf #cssday @cssdayconf
This was CSS Day 2024 - the 10th edition - iO tech_hub

Another year, another CSS Day. I’m always happy to return to Amsterdam for this occasion, It’s one of the things I look forward to every year. So naturally, I’m happy that iO still allowed me to go there with my training budget, and the least I could do, is write a summary of this event on the tech_hub.

iO tech_hub
Obligatory photo of morning coffee in CSS Day mug. #cssday #CSSDayConf
I feel my timeline today is filled with people travelling for or in conferences. Half of the folks I follow are at #cssdayconf and the other half is at #djangoconeurope

7 years after I saw this get demoed by @chriscoyier at #CSSDayConf, WebKit now added support to animate SVG path data from within CSS through the `d` property.

```css
svg:hover path {
d: path("M5,2 Q 8,5 5,8");
}
```

Good to see long-lasting bugs eventually get tackled :)

Bug: https://bugs.webkit.org/show_bug.cgi?id=272447

Demo: https://www.bram.us/2017/06/21/changing-svg-path-data-with-css/ (Chrome and Firefox, soon Safari too)

272447 – [web-animations] add animation support for the `d` property