Re: [csswg-drafts] [css-overflow] How does max-lines interact with hidden content?

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