Re: [csswg-drafts] [css-variables] Substitution of invalid variables into other variables (#4075)

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