Emilio Cobos Álvarez
Emilio Cobos Álvarez
> The fact that it isn't dynamic severely limits its [usefulness](https://fullystacked.net/posts/accentcolor/). Chromium and Firefox managed to implement it in a dynamic way. See this Twitter thread: https://twitter.com/svgeesus/status/1644364238268293122?s=20 There seems to...
On the flip side, if they're _not_ replaced elements, why do their children not render? :)
Something like a checkbox doesn't have quite a well defined place to put its children in, fwiw... But ok, I guess.
So what's the state of this right now? On a test page like this: ```html input, meter, select, button, progress, textarea, video, canvas, img, marquee, svg, br { width: 50px;...
> To be clear I'm not against saying that widgets shouldn't have a ::before or ::after. It's just that I don't think that the restriction on replaced elements is also...
@josepharhar `max-lines` alone would do what we want for that simple test-case afaict. The main issue is that, if the inner ``s (the ``s) aren't treated atomically, it won't do...
display: flex would work just fine as well since it forms an independent formatting context.
~~In general seems fine, but is it well defined what happens if the custom-media definition happens inside e.g. another media query? What if it happens after the custom media query...
E.g. if a custom media query happens inside another custom media query, it is trivial to make them cyclic.
> We shoudn't diverge the behaviour of the prefixed, and unprefixed variant of this feature unless we have a very good reason to do so - as it'll just cause...