Re: [csswg-drafts] [css-fonts] Should font-palette: normal look at the color-scheme property? (#7783)

> Are you looking for a tighter integration with color-scheme than via media queries? Are you suggesting, the color-scheme: property should automatically affect the font-palette property somehow?

Yes, that's how the color-scheme property works. E.g,:

```
:root { color-scheme: light dark }
```

Means that all elements on the page will have light / dark colors based on user preference. But the font-pallete won't change, afaict. Or I guess it'd change by virtue of color-scheme being dark, in which case the text color will be light... But still `color-scheme: dark` seems like a stronger signal than text color.

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


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

Received on Tuesday, 11 October 2022 18:58:40 UTC