container-queries
container-queries copied to clipboard
Hi y'all... given that lack of activity in over a year, it might be time to concede defeat on this and "archive" this incubation. Although we've not managed to solve...
Before I go into details of this algorithm / solution, it's useful to establish some semantics. First, there is some historical conflation of the terms "container queries" and "element queries"....
I’ve got a new idea for a solution to container queries 🤓 ### What we already have today To describe the concept, lets first take a look at what we...
Heydon Pickering recently [posted a great trick](http://www.heydonworks.com/article/the-flexbox-holy-albatross-reincarnated) for making a flex items wrap below a breakpoint and display inline above the breakpoint — and the breakpoint is dependent on container...
Hi everyone, I apologize in advance because I'm more a javascript developer than CSS, so the following may not make sense. My understanding of the container-queries's circular problem is that...
Hi RICG! I've been working on my own syntax for container-query style element queries - and have begun writing that up as a spec! I'd love to see some action...
In https://github.com/ResponsiveImagesCG/container-queries/issues/2#issuecomment-121281825 I posted an idea about a different syntax. It looks like: ``` css .child:container(min-width: 150px) { color: red; } ``` And the nearest qualified ancestor is selected as...
May Tim Berners-Lee have mercy on our souls, because it is time to kick off The Great Bikesheddening. I’m a big fan of the syntax @jonathantneal [proposed way back when](http://www.jonathantneal.com/blog/thoughts-on-media-queries-for-elements/),...