Re: [csswg-drafts] [css-inline-3] Clarification needed: Line box height can exceed a fixed line-height with mixed fonts (#12764)

@kannanwisen

``` md
root inline box:
font-size: 100px;
line-height: 1.2;

child inline box:
inherits from root box, so that would be `100px / 1.2`.
font-family: "Edu NSW ACT Cursive", cursive;
given your screenshot, one can verify that the font rendered is the first available font.
if inline box uses its first available font, then its font-metrics are taken into account.
otherwise, but not the case here, its font-metrics are not taken into account.
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 21 October 2025 14:28:49 UTC