- From: Jonathan Chan via GitHub <sysbot+gh@w3.org>
- Date: Thu, 23 Jun 2016 23:51:32 +0000
- To: public-houdini-archive@w3.org
jonathanyc has just created a new issue for https://github.com/w3c/css-houdini-drafts: == [css-properties-values-api] Computed values for <color> == Section 2.4 [1] of the spec says: > For <custom-ident>, ident, <color>, <image>, <url>, <integer>, <angle>, <time>, <resolution>, <transform-function> or "*" values, the computed value is identical to the specified value. But what if a color value is _currentColor_, or a color name like _red_? css-color level 4 says that the computed value of the color property is an RGBA color. [2] Shouldn't the computed value of a variable with type _<color>_ be an RGBA color as well? [1]: https://drafts.css-houdini.org/css-properties-values-api/#calculation-of-computed-values [2]: https://drafts.csswg.org/css-color-4/#the-color-property Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/247 using your GitHub account
Received on Thursday, 23 June 2016 23:51:35 UTC