Re: [csswg-drafts] [css-color-5] Consider using the same identifiers for color-adjust() and relative color syntax (#6142)

I suggested a `composition` descriptor for `@color-profile` in [#4488](https://github.com/w3c/csswg-drafts/issues/4488#issuecomment-553337815), which contained the CIE xy chromaticities of the primaries. It could be adapted for the purpose described here, if I understand it correctly. 

~~~~ css
@color-profile "sRGB" {
  composition: r 0.64 0.33, g 0.30 0.60, b 0.15 0.06;
}
~~~~

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


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

Received on Tuesday, 6 April 2021 05:31:24 UTC