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

> @jonjohnjohnson Separate issue: it's currently being explored in CSS Overflow Level 4, and while it'll use the same underlying mechanism (fragmentation), it'll be a different feature than max-lines.

So, something like this?

```
height: 100px;
continue: fragments;
block-overflow: ellipsis;
```

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

Received on Saturday, 10 March 2018 17:26:20 UTC