- From: anjia via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Jul 2018 03:09:22 +0000
- To: public-css-archive@w3.org
Yeah, I agree there is no change. `max-lines:1` makes `ipsum` discarded, because `max-lines` does the layout. `max-height: 1lh; overflow: clip` makes `ipsum` counted, because `max-height` does the layout and `overflow` just does a visual effect. -- GitHub Notification of comment by anjia Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2421#issuecomment-405794841 using your GitHub account
Received on Wednesday, 18 July 2018 03:09:30 UTC