- From: Miriam Suzanne via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Apr 2021 19:23:17 +0000
- To: public-css-archive@w3.org
mirisuzanne has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-contain] Is it possible to apply containment inside @container? == Is this allowed, or does it lead to cyclic dependencies? ```css .parent, .child { contain: layout inline-size; } @container (inline-size > 30em) { .child { contain: initial; } .grandchild { /* which container is queried? */ } } ``` Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6177 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 2 April 2021 19:23:19 UTC