- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Sun, 11 Mar 2018 09:54:39 +0000
- To: public-css-archive@w3.org
> 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