RESOLVED INVALID 239600
CSS System colors should respect OS preference
https://bugs.webkit.org/show_bug.cgi?id=239600
Summary CSS System colors should respect OS preference
Mish
Reported 2022-04-21 06:18:49 PDT
CSS system colors don't match (macOS) system accent color preference For example, i have "Graphite" as my accent color in macOS, therefor when selecting text i expect the highlight color to be grey. However, when i'm using CSS "highlight" color as background color, the highlight color is always blue, regardless of my OS preference The example is demonstrated here: https://jsfiddle.net/1hx69ud7/
Attachments
Alexey Proskuryakov
Comment 1 2022-04-24 13:34:30 PDT
This appears to be intentional to reduce fingerprinting, see bug 188203.
Mish
Comment 2 2022-04-25 06:50:58 PDT
ah ok, thanks!
Note You need to log in before you can comment on or make changes to this bug.