Re: [csswg-drafts] block-overflow, ::first-line, and ::first letter

> From an implementation point of view, would it be hard to have stuff on the first line that isn't part of ::first-line?

Assuming we ship our new engine soon, either option works for us.

> Suppose the first line were text-transform: uppercase...

Whichever style we go, not applying `text-transform` is fine. It's the only property that affects the text content and that needs an additional code to apply. For `text-overflow: ellipsis`, we use first-line style but do not apply `text-transform` today.

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

Received on Tuesday, 18 September 2018 07:02:40 UTC