[Webkit-unassigned] [Bug 235328] `-webkit-link` color does not adjust to `color-scheme: light dark`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 14:02:29 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235328

--- Comment #3 from Aditya Keerthi <akeerthi at apple.com> ---
Simon found https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3, which specifies the default link color in light mode. Consequently, we cannot use the system color to fix this issue, since the colors may differ.

Instead, I think we can use #9E9EFF as the default dark-mode link color, which is what Chrome and Firefox already use.

And we'll need a separate bug to track correctness for CSS LinkColor: https://bugs.webkit.org/show_bug.cgi?id=235332.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220118/68c538a6/attachment-0001.htm>


More information about the webkit-unassigned mailing list