[csswg-drafts] [css-color-4] System colors and dark mode (#9641)

svgeesus has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-4] System colors and dark mode ==
Spun out from [a comment by @lukewarlow](https://github.com/web-platform-tests/interop/issues/488#issuecomment-1773546491) who said:

> Another example of an interop issue with system colours is `LinkText` and it's dark mode handling.
> 
> In Firefox LinkText changes in dark mode. Whereas in Chromium and Safari `LinkText` doesn't you have to use `-webkit-link`. (See https://bugs.chromium.org/p/chromium/issues/detail?id=1219739 and https://bugs.webkit.org/show_bug.cgi?id=235332)
> 
> See `data:text/html,<a href="a">Foo</a><a href="b" class="dark">Foo</a><a href="c" class="dark-webkit">Foo</a><style>a {color-scheme: light;background-color:canvas;font-size:xx-large;padding:4px;color:linktext;} .dark{color-scheme:dark;} .dark-webkit{color-scheme:dark;color:-webkit-link}</style>` for an example.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9641 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 27 November 2023 18:54:31 UTC