- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 26 Sep 2024 11:44:32 +0000
- To: public-css-archive@w3.org
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