[csswg-drafts] [css21][css-inline] Height of an inline-level box with line-height:normal and fallback fonts

frivoal has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css21][css-inline] Height of an inline-level box with line-height:normal and fallback fonts ==
**This is part of the #1796 series. Read that issue for context**

All browsers (Safari, Chrome, FF, Edge) agree, that the height of an inline-box with `line-height:normal` and which uses characters from the primary and fallback fonts goes from the top of the highest to the bottom of the lowest. In other words, the result is the same as the height of a line box containing one inline box for each of the font used.

[Test source](https://github.com/frivoal/web-platform-tests/blob/line-height-experiments/css/css-line-height/line-height-005.html)
[Ref source](https://github.com/frivoal/web-platform-tests/blob/line-height-experiments/css/css-line-height/reference/line-height-005-ref.html)
[Live test](https://rawgit.com/frivoal/web-platform-tests/line-height-experiments/css/css-line-height/line-height-005.html)
[Live ref](https://rawgit.com/frivoal/web-platform-tests/line-height-experiments/css/css-line-height/reference/line-height-005-ref.html)

Given that we have interop, we should specify that.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1802 using your GitHub account

Received on Monday, 11 September 2017 12:52:12 UTC