Re: [csswg-drafts] [css-color-4] Device-independent color definitions (#8065)

So, just to clarify, is the following true?
* `lab(-10 0 0)` should serialize to `lab(0 0 0)`
* `lab(110 0 0)` should serialize to `lab(100 0 0)`

Due to clamping in the range 0% to 100% and then converting to number format according to the Percent reference range values?

It seems current implementations may not do that, especially at the upper limit?

-- 
GitHub Notification of comment by GPHemsley
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8065#issuecomment-1336046937 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 3 December 2022 04:27:01 UTC