[csswg-drafts] [css-inline-3] leading-trim and descendant inlines (#3956)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-inline-3] leading-trim and descendant inlines ==
Currently `leading-trim` only looks at the root inline box's metric. What if there is content on the first/last line that is taller than the root inline? Should that content also be considered?

We might want to add `safe`/`unsafe` keywords to `leading-trim`, to look at the descendants and pick the highest one, or not and just match to the root inline box. (Probably the default should be matching the root inline box, though.)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3956 using your GitHub account

Received on Wednesday, 22 May 2019 21:27:54 UTC