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

To summarize, CSS authors can add styles like this.

```css
:root {
  font-variant-emoji: normal;
}
@media (forced-colors: active) {
  :root, input, button, textarea, select {
    font-variant-emoji: normal;
  }
}
```

-- 
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8064#issuecomment-2376709938 using your GitHub account


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

Received on Thursday, 26 September 2024 11:44:33 UTC