Re: [csswg-drafts] [css-fonts-4] `font-family` descriptor in `@font-palette-values` ambiguous in number of font-family entries (#6916)

> Do we have any updated info on this meanwhile?

If you're asking for specifics of our implementation, [at the lowest level](https://source.chromium.org/chromium/chromium/src/+/main:third_party/skia/include/core/SkFontArguments.h;drc=8c0874163bb6f015d7b326c154db9307d53ca8c3;l=34) when passing to Skia for drawing we store the CSS palette in an `SkColor` type which is an 8888 integer discrete color representation not color-space aware and usually interpreted as sRGB when used. (@bungeman may correct me here). So - we don't allow wide-gamut overrides.

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


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

Received on Monday, 4 September 2023 14:27:34 UTC