Keith Grant
Keith Grant
I’m having a tough time really nailing this down. Every time I come up with a scenario, it’s clearly contrived, and I can think of a better layout that would...
This is my current permutation. My devil’s advocate objection right now is this: Why is the `flex-basis` set to zero for the banner and the main area? It really should...
* Inside the colored boxes, I would likely shrink the text and maybe padding to make it more compact. I can flush that out before adding this use case to...
Now that I said that, I realized I do have a real-world app where I want to constrain the height. https://sidecar.us is built primarily to work on mobile as a...
I think what I’m finding when it comes to height is not so much that I want to query the height of the container so much as I want to...
@eeeps that sounds like a fair summary. Technically, I guess the overflowing query is a little bit both intrinsic and extrensic: does the intrinsic size exceed some extrinsic constraint. I...
I think this sort of thing can cover a lot of layout-changing container queries. The trick is finding a way to apply the same sort of switch to font size...
It seems to match only known pseudo classes (`:first-child`, etc), but arbitrary ones are not identified as pseudo-classes. I’m also seeing the same issue with several of the function-like pseudo-classes:...