- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 Mar 2023 18:36:49 +0000
- To: public-css-archive@w3.org
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