- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Mon, 31 Oct 2022 15:08:18 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-images-4] Relax color interpolation method syntax in gradients == Please forgive me if some related discussions exist somewhere but I did not find them in #6667 or #5833. I would like to know why the color interpolation method cannot be declared between the gradient line parameters (I am not sure this is the correct term). For example: - current: `conic-gradient([[from <angle>]? [at <position>]?] || <color-interpolation-method>, <angular-color-stop-list>)` - instead of `conic-gradient(from <angle> || at <position> || <color-interpolation-method>, <angular-color-stop-list>)` From the perspective of the authoring experience, `conic-gradient(at center in srgb from 45deg, ...)` does not seem even more meaningless (no criticism here) than `conic-gradient(at center in srgb, ...)` for me, and the syntax is easier to read. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7986 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 31 October 2022 15:08:20 UTC