- From: Isaac Muse via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Nov 2023 18:38:54 +0000
- To: public-css-archive@w3.org
facelessuser has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-color-4] Incorrect step in gamut mapping algorithm == I believe step 15 of the GM algorithm is incorrect. > return current as the gamut mapped color It should be > return clipped as the gamut mapped color The reason why this is incorrect is that the algorithm is reducing chroma until it is reasonably close to a clipped version of itself, such that there should be no noticeable difference. The chroma-reduced color is not guaranteed to be within gamut, but the clipped version is, though the visual difference should be negligable. This was originally the intent in the revised proposal https://github.com/w3c/csswg-drafts/issues/7135#issuecomment-1066121795. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9618 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 20 November 2023 18:38:55 UTC