Re: [csswg-drafts] [css-conditional] testing support of properties and values with partial implementations (#3559)

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