- From: Dmitry Semigradsky via GitHub <sysbot+gh@w3.org>
- Date: Fri, 03 Nov 2017 14:43:50 +0000
- To: public-css-archive@w3.org
Semigradsky has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-color-4] The given channel is multiplied by the given value. What does it mean? == https://drafts.csswg.org/css-color/#hsl-hwb-adjusters > If the operator is *, the given channel is multiplied by the given value. There is example of usage in spec: `lightness(*150%)`. When I write ```css color(hsl(0, 25%, 50%) lightness(*150%)) ``` it should be the same as ```css hsl(0, 31.25%, 50%) ``` ? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1930 using your GitHub account
Received on Friday, 3 November 2017 14:43:53 UTC