Home - WICG/cq-usecases GitHub Wiki
Group chat
https://containerqueries.slack.com
Sign up here.
Upcoming events
React London
(2018-02-20) @ZeeCoder talk atViktor is working on and soliciting feedback on this talk here.
CSS Day
(2018-06-15) Greg Whitworth talk on “container queries” atArticles
In Container Queries: Once More Unto the Breach, Mat Marquis outlines the need for container queries and presents a use-case for the self-contained / self-adapting ‘modules’.
Container Query Discussion Chris Coyer also summarises several related articles on container queries, including a piece by Ethan Marcotte - On container queries.
Ethan also responded to Paul Robert Lloyd’s Questioning Container Queries.
The Current State of Element Queries, by Dennis Gaebel, does a great job of summing up where things are at on this topic, right now.
Use-cases and stop-gaps
Tommy Hodgins presents a huge range of possible use cases for his EQCSS project and lays out examples of what may need to be queried including numbers of child elements and scroll positions.
Michael Scharnagl presents further Use cases for container queries including modular components, 3rd-party widgets and responsive images.
Andy Kirk presents some techniques for working around the lack of container queries including use of the Fab Four technique.