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

@frivoal, I think the second alternative should be wrapped in `[...]!`, otherwise an empty value would be valid:

```diff
- Value: none | <<integer [1,∞]>>? <<'block-ellipsis'>>?
+ Value: none | [ <<integer [1,∞]>>? <<'block-ellipsis'>>? ]!
```

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9368#issuecomment-1905453876 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 23 January 2024 07:37:21 UTC