Re: [csswg-drafts] [css-overflow-4] line-clamp `max-lines` - support `auto` value to fit container (#9368)

@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