Re: [csswg-drafts] [css-variables] Are custom properties strings? (#8533)

In #8376 there's a suggestion that we just do the "looks numeric" check for `=` (along with the inequalities). `:` queries would do normal comparison.

So given `--x: 1;`, `style(--x: 1.0)` would be false but `style(--x = 1.0)` would be true.

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


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

Received on Tuesday, 7 March 2023 18:36:50 UTC