26 points yongsk0066 | 4 comments | | HN request time: 0.996s | source
1. webdevver ◴[] No.44479908[source]
cant wait to hang pages with ring oscillators
2. ◴[] No.44480101[source]
3. mmastrac ◴[] No.44480224[source]
I'm a little behind on my CSS, but apparently you can evaluate styles in the container and act on them:

https://developer.chrome.com/blog/new-in-chrome-137

The example uses a newer `style(..)` condition I haven't seen yet:

https://developer.mozilla.org/en-US/docs/Web/CSS/@container#...

I'm curious if you can accidentally make loops using some of these, and if there's some sort of settling/recursion limit.