- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Mar 2020 17:32:30 +0000
- To: public-css-archive@w3.org
I mean that if you have:
```
#foo-parent {
--bar: inherited;
}
#foo {
--bar: something-valid;
--bar: var(--invalid);
}
```
I'm not sure my expectation would be that `--bar` on `#foo` is `inherited`.
--
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4075#issuecomment-601315813 using your GitHub account
Received on Thursday, 19 March 2020 17:32:32 UTC