Eric Portis
Eric Portis
And I guess while the system has access to your CSS, it doesn't have access to the browsing environment (e.g., user styles). Hm. Note that this is also true for...
Just popping by to say that @keithjgrant it’s super-cool to get to read you thinking concretely though a possible use case and finding out that you didn't really want what...
@keithjgrant and @tomhodgins — I think both of your examples focus on querying boxes whose height is being determined by their **contents**. In other words, they are [intrinsically sized](https://drafts.csswg.org/css-sizing-3/#intrinsic). The...
An interesting, possibly-related use case, re: intrinsic size queries: https://github.com/marcj/css-element-queries/issues/223#issuecomment-378139991 @7iomka wanted to make the intrinsic size of some text depend on... the text's intrinsic size. Which introduced an infinite...
@beep makes total sense. And yep! I'm not trying to say that adjusting text styles is problematic. Rather, I'm just (weirdly?) excited to find a real-life example of someone trying...
Re: detecting overflow – I can't wait to see the video, but from what I can gather from just the slides, the IntersectionObserver section of Greg Whitworth’s CSS Day talk...
Any progress on this, anybody? I was surprised to see today that https://github.com/WICG/cq-usecases/pull/64 wasn’t reflected in https://wicg.github.io/cq-usecases/
Possibly helpful: https://github.com/WICG/ResizeObserver/pull/60
https://tabatkins.github.io/bikeshed/#travis-ci
Related: https://github.com/ausi/cq-prolyfill/issues/39 **EDIT** Note that this thread invalidates my opening statement. `cq-prolyfill.js` in the `head` is FoUC-free (but slower to arrive at a finished page than FoUC-y `async` or `defer`).