Bug 235332
Summary: | LinkText should be implemented as a system color | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aditya Keerthi <akeerthi> |
Component: | CSS | Assignee: | Aditya Keerthi <akeerthi> |
Status: | NEW | ||
Severity: | Normal | CC: | akeerthi, darin, lwarlow, simon.fraser, tomac, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=209851 https://bugs.webkit.org/show_bug.cgi?id=272299 |
Aditya Keerthi
The value is currently a fixed color, and does not adjust based on light/dark mode, or with the system.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/88043298>
Aditya Keerthi
This bug is unrelated to the default link color used in web views.
This is specifically about the CSS value 'LinkText', which is by definition a system color: https://www.w3.org/TR/css-color-4/#ref-for-valdef-system-color-linktext.
Darin Adler
Note that this bug is *not* about default link coloring in dark mode. This is a rarely-used feature for matching *system* link coloring, not default webpage link coloring. Bug 209851 is about the default webpage link coloring in dark mode.
Luke Warlow
As per https://bugs.chromium.org/p/chromium/issues/detail?id=1219739 I think VisitedText probably also needs handling too.
Luke Warlow
Is there a difference between the `-webkit-link` value and `LinkText` system color in terms of desired implementations? Aside from LinkText should compute to itself (presumably) whereas `-webkit-link` seems to resolve to an actual value.