- From: Tab Atkins Jr. via GitHub <noreply@w3.org>
- Date: Thu, 20 Nov 2025 23:34:28 +0000
- To: public-css-archive@w3.org
I'll note that you can remove one level of parens since this is a simple type:
```css
.item {
background-color: if(
style(attr(data-columns <integer>) > 2): green;
else: red
);
}
```
But otherwise, yes, #5890 seems to be the main discussion venue for this topic now.
--
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/354#issuecomment-3560644956 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 20 November 2025 23:34:29 UTC