- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Jan 2023 00:39:55 +0000
- To: public-css-archive@w3.org
The problem that I see with option 1 is that `not ((width > 100px) and (height > 100px))` will not be the same as `(width <= 100px) or (height <= 100px)`, right? -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7551#issuecomment-1378083432 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 January 2023 00:39:56 UTC