- From: fantasai via GitHub <noreply@w3.org>
- Date: Thu, 11 Sep 2025 20:48:01 +0000
- To: public-css-archive@w3.org
Yeah, so the spec is correct but you have to read carefully and distinguish between "inline box" and "line box". In your example, the height of each inline box is controlled only by the first available font of that box. But there are two boxes on the line, and they are using different fonts, so the line box is a bit taller. This is an annoying problem which `line-fit-edge` is intended to help solve. Keeping the issue open to clarify the spec, since as you point out, it's very subtle. :) -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12764#issuecomment-3282584451 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 11 September 2025 20:48:02 UTC