Re: [csswg-drafts] [css-color-4] lab and oklab inconsistencies (#8138)

Yup, in CSS a percentage is *not* fundamentally equivalent to a number, it instead represents progress along some arbitrary range (which might be a number, a length, an angle, etc). Similarly, "width: 50%;" isn't equivalent to "width: 0.5;" (which would be invalid), it's equivalent to some length value (like `200px`) calculated from the "available width".

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


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

Received on Tuesday, 29 November 2022 23:33:14 UTC