[csswg-drafts] [css-color-adjust-1] Emojis in forced colors mode (#8064)

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

== [css-color-adjust-1] Emojis in forced colors mode ==
Currently in [forced colors mode](https://www.w3.org/TR/css-color-adjust-1/#forced-colors-mode), emojis are not adjusted (similarly to images).

For example, when using the following emojis: 🤞😡👍🎉❓🤷‍♂️👆👈🤔🔮🔍👻

Blink and Gecko will produce the following in a dark forced color scheme:
![emoji-current](https://user-images.githubusercontent.com/43683110/201397543-890824a0-9aaf-44de-94f4-ac807c0cdb8c.png)

However, in EdgeHTML and most Windows apps, emojis will fall back to use a monochrome variant of the emoji colored in the Windows High Contrast text color (i.e. `CanvasText`):
![emoji-monochrome](https://user-images.githubusercontent.com/43683110/201398360-a557c56a-2ef5-483a-ba97-dbb1333542c4.png)

The monochrome variant would provide higher levels of contrast and parity with how Windows generally handles emojis in High Contrast. Is this something we should consider recommending or aligning with in the spec?

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


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

Received on Friday, 11 November 2022 17:52:45 UTC