Re: [csswg-drafts] [css-properties-values-api] Example 2: wrong `inherit` instead of `green` in description

This is accurate. ```--my-color``` has no type, so its value becomes 
```url("...")```. 
As a result, ```color``` becomes ```url("...")``` which is invalid at 
computation time, so ```color``` reverts to its initial value, which 
is ```inherit```.

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

Received on Saturday, 28 May 2016 02:44:37 UTC