Re: [csswg-drafts] [css-rhythm-1] Avoiding accidental double spacing

I think I understand now why @dbaron was talking about baseline positions in this context; sorry for  slow to understand.

If baseline position is different, and if multiple inline boxes are in a line, and if they are aligned at the baseline, there's a possibility to result in different line box height. Is this the concern, @dbaron?

With the @litherum's fonts, I think we can test it by:
```
<div id="target" style="font-size: 10px; line-height: 1; font-family: AhemSparse, AhemTall, AhemDeep">
<span>AE</span><span>AH</span>
</div>
```
and Gecko/Edge/Blink/WebKit all computed to 10px.

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

Received on Friday, 5 May 2017 16:31:06 UTC