Bug 239600
Summary: | CSS System colors should respect OS preference | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mish <mish> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Enhancement | CC: | bfulgham, wilander |
Priority: | P2 | ||
Version: | Safari 15 | ||
Hardware: | Unspecified | ||
OS: | macOS 12 |
Mish
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This appears to be intentional to reduce fingerprinting, see bug 188203.
Mish
ah ok, thanks!