Re: [css-houdini-drafts] [css-typed-om] Unsupported color values

The plan was to represent `currentcolor` as a `CSSKeywordValue` and all the rest as `CSSColorValue` subclasses, so we should do the same here - `currentcolor` is a CSSKeywordValue, while the rest are `CSSStyleValue`.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/689#issuecomment-367132990 using your GitHub account

Received on Tuesday, 20 February 2018 21:53:09 UTC