Re: [csswg-drafts] [css-color] Mitigating fingerprinting for AccentColor/AccentColorText (#10372)

I noticed Google's commit has `AccentColor` and `AccentColorText` behind a flag called `CssSystemAccentColor`. This is fine for me if the operating system /browser can decide later what sites or environments will expose this value.

For example, on Android and Safari, this could be Web Apps added to Home Screen. Electron could enable this. I'd imagine a `@supports { color: AccentColor}` or `CSS.supports('color', 'AccentColor');` would be use the end-user setup. 

If fingerprinting is a concern in certain environments, perhaps the browser can decide what is trusted and what is not. Another permission comes along later down the road, as well.

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


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

Received on Wednesday, 21 August 2024 14:52:17 UTC