-
Notifications
You must be signed in to change notification settings - Fork 719
[css-inline-3] leading-trim and descendant inlines #3956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
css-inline-3
Current Work
Comments
Adding an option looks ok, but I prefer some other keywords as |
The CSS Working Group just discussed The full IRC log of that discussion |
Are related, though possibly separate question, is which font metrics to trim to: only that of the first available font, or the tallest/deepest of all the (fallback) fonts actually used. |
This was referenced Mar 29, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 toleading-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.)The text was updated successfully, but these errors were encountered: