Paul d'Aoust
Paul d'Aoust
@c12i > However, I believe adding some code examples would significantly enhance its utility for hApp developers. Yes, absolutely. This page is just for the overview, then other pages like...
I just discovered this issue! It's something I've wanted to do well, and wanted to for a while. I'd like some sort of quick feedback form too.
@jost-s @steveeJ requesting your review on this, especially the bit about working offline in dfe7dee e1e36e4.
I also think the pseudo-class syntax makes the best sense. A couple thoughts: - When applied to `:root`, element queries provide the exact same functionality as dimension-based media queries, and...
I could be wrong, but I feel like, if CSS containment (specifically layout containment; paint containment isn't relevant for container queries) were accepted, this gets solved for us for free....
You know, another thing that gets weird is the `vw` unit and its cousins. Which viewport do they refer to if container queries are always creating new viewports? Again, I'd...
Just thought of something else. If `contain: layout` prevents contents from influencing the size of the container (as if it were `overflow: auto`) what happens to flow? I don't want...
@tabatkins thanks for the response. I think I need to understand containment a little better. Am I correct in understanding that it creates the opportunity for parallel layout precisely because...
Awesome, thanks so much for the insight. You obviously know a thing or two about the inner workings of browsers (oh ha, just looked at your bio and I see...
hmm, so without that 5%, any script that relies on the computed styles of the children to be correct would have to do something like `requestAnimationFrame()` before it accesses those...