You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)