- From: Carlos Lopez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 Aug 2024 14:52:16 +0000
- To: public-css-archive@w3.org
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