nitter
Logo
Michael Scharnagl @justmarkup
18 Feb 2016
Writing down use cases for container queries. So far I have modular components, widgets (third-party)... Any other?
5
2
2
L. David Baron @dbaron@w3c.social @davidbaron
18 Feb 2016
@justmarkup @SaraSoueidan A key question about container queries is whether all use cases are compatible with 'contain: strict'.
2
Martin Auswöger https://mastodon.social/@ausi @ausi
18 Feb 2016
@davidbaron Regarding cont. queries, may I ask if you have an opinion on this proposal? github.com/ResponsiveImagesC… @justmarkup @SaraSoueidan

Proposal for a slightly different syntax and function · Issue #3 · WICG/container-queries

In #2 (comment) I posted an idea about a different syntax. It looks like: .child:container(min-width: 150px) { color: red; } And the nearest qualified ancestor is selected as the container to run t...

github.com
1
L. David Baron @dbaron@w3c.social @davidbaron
18 Feb 2016
Replying to @ausi
@ausi @justmarkup @SaraSoueidan commented at github.com/ResponsiveImagesC…

Proposal for a slightly different syntax and function · Issue #3 · WICG/container-queries

In #2 (comment) I posted an idea about a different syntax. It looks like: .child:container(min-width: 150px) { color: red; } And the nearest qualified ancestor is selected as the container to run t...

github.com

Feb 18, 2016 · 10:24 PM UTC

1
1
1
Martin Auswöger https://mastodon.social/@ausi @ausi
13 Dec 2016
Replying to @davidbaron
I did another try on that topic, may I steal some of your time again? github.com/ResponsiveImagesC… @justmarkup @SaraSoueidan

Container queries via custom properties (aka CSS variables) · Issue #5 · WICG/container-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 already have in browsers, imagine the following...

github.com