Re: [csswg-drafts] [css-contain-4] Extend style query syntax? (#7068)

Big +1 to having these computed values as query options. Does this also include computed range queries? I.e. if you wanted to style a weather card based on a percent chance of rain:

@container style(20 < --chance-of-rain < 50) {
 /* ... */
}

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


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

Received on Thursday, 2 February 2023 21:54:37 UTC