- From: Daniel Tonon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Apr 2020 07:20:04 +0000
- To: public-css-archive@w3.org
I really like Rachel's original suggestion although I would change it to "with" rather than "in" because you are more looking for a generic relationship between the 2 rather than a parent/child relationship. ``` @supports (column: gap) with (display: flex) { /* css code */ } ``` It doesn't sound that impossible for the computer to recognise. The browser would need to analyse if it understands both properties and at least one properties has any effect on the other. If they don't then it returns false. I am probably grossly simplifying the problem though. -- GitHub Notification of comment by Dan503 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3559#issuecomment-621032156 using your GitHub account
Received on Wednesday, 29 April 2020 07:20:05 UTC