Re: [csswg-drafts] [css-overflow-4] compat work-around for line-clamp (#10324)

What should happen when you have `display: -webkit-box` and some value of `line-clamp`, but *not* `-webkit-box-orient: vertical`? If it was `-webkit-line-clamp`, it would create a flexbox and the line clamping would not apply, but it's not as clear with `line-clamp`.

One possible behavior is that it creates a flexbox, which causes `line-clamp` to not apply because it is not a block container. But if the flexbox has text content, that gets blockified, so would it get clamped?

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


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

Received on Thursday, 13 June 2024 15:43:21 UTC