Re: [csswg-drafts] [css-contain-4] Define a range syntax for style container queries (#8376)

This also seems to have implications for the non-range syntax, yeah? Like, we'd want `style(--x: 1.0)` to match an `--x: 1;`, because the two are numerically equal. But `style(--x: 1.0 foo)` wouldn't match `--x: 1 foo;`, because the value isn't a single numerical value, so we'll instead use serialization matching.

(I think this is fine, fwiw.)

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


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

Received on Monday, 6 March 2023 21:35:41 UTC