- From: Christoph Päper via GitHub <noreply@w3.org>
- Date: Mon, 09 Mar 2026 14:53:06 +0000
- To: public-css-archive@w3.org
Without endorsing this proposal, would either of these work?
~~~~
.msg[lang] {
@media (prefers-lang: attr(lang)) {
display: inline;
}
}
.msg[lang] {
display: if(media(prefers-lang = attr(lang)): inline);
}
~~~~
--
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13615#issuecomment-4024352338 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 March 2026 14:53:07 UTC