Re: [csswg-drafts] [css-overflow] Consider support for multiple-line ellipsis

> So, something like this?
> 
> ```css
> height: 100px;
> continue: fragments;
> block-overflow: ellipsis;
> ```

Almost if you just want things to stop like it would be with max-lines, but after 100px instead of n lines, then you'd use `continue: discard` instead of `continue:fragments`, otherwise the remaining content gets injected in a sibling box (created for that purpose).

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

Received on Sunday, 11 March 2018 09:54:43 UTC