- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Apr 2021 21:55:36 +0000
- To: public-css-archive@w3.org
i'm good with it yep 👍🏻 for all the points mentioned above (tldr; less to remember because we're merging like items) and, just so i'm understanding it all correctly, that would result in spec changes ~like this: ``` <srgb-adjuster> = r | g | b <hsl-adjuster> = <> | s | l <hwb-adjuster> = <> | w | b <xyz-adjuster> = x | y | z <lab-adjuster> = l | a | b <lch-adjuster> = l | c | <> ``` for use ~like this: ```css color-adjust(in hsl, peru l -20%); color-adjust(in lab, hotpink b -20%); ``` -- GitHub Notification of comment by argyleink Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6142#issuecomment-813673309 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 5 April 2021 21:55:38 UTC