- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Apr 2021 13:08:58 +0000
- To: public-css-archive@w3.org
It's funny: | Code | Firefox | Chromium | WebKit | | ---------------- | ------- | -------- | ------ | | `not foo()` | true | false | false | | `not foo(bar)` | true | true | false | | `not (foo())` | true | false | true | | `not (foo(bar))` | true | true | true | -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6175#issuecomment-826822088 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 April 2021 13:08:59 UTC