- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Jan 2024 13:05:45 +0000
- To: public-css-archive@w3.org
@frivoal Empty values are valid on custom properties, since they have grammar `<declaration-value>?`
```js
CSS.supports("--a", ""); // true
```
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9368#issuecomment-1908086025 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 January 2024 13:05:48 UTC