Re: [csswg-drafts] [css-values-4] Allow an inline way to do "first value that's supported" (#5055)

It could be good to accept a CSS-wide keywords, e.g.

```
display: first-supported(foo; bar; revert);
```

if neither `foo` nor `bar` are supported, it would behave as `revert`, preserving UA styles. Without `revert` I guess it would just become invalid at computed-value time and behave as `unset`.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5055#issuecomment-627618492 using your GitHub account

Received on Tuesday, 12 May 2020 21:53:37 UTC