Re: [csswg-drafts] [css-variables] Computed value of custom property referring invalid custom property

In the case you mentioned, both `--color1` and `--color2` should be invalid in `span`, and thus `color` would be `inherit` and `background-color` would be `initial`, which is unambiguous.

Servo used to have a different behavior only when a custom property which is not in any loop, but refers to such invalid custom property.

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

Received on Friday, 29 September 2017 04:10:29 UTC