- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Sep 2024 20:21:41 +0000
- To: public-css-archive@w3.org
Not opposed to requiring `else:` due to the 2nd reason you provided, but I don't get the problem of the trailing comma/semicolon changing the meaning. It already happens with `var()`: ```css background: green var(--invalid); /* IACVT */ background: green var(--invalid,); /* green */ ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10064#issuecomment-2332564845 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 September 2024 20:21:42 UTC