IIRC, we had an inconsistency among browsers about whether line-height: normal includes the font’s line gap metric or not. It's not clear to me whether we can get interop on this or not, but my suggested definition is:
- it is included for the root inline box
- it is not included for any other inline box
Interested in thoughts from @litherum / @jfkthame ... we can also continue to leave it undefined.
IIRC, we had an inconsistency among browsers about whether
line-height: normalincludes the font’s line gap metric or not. It's not clear to me whether we can get interop on this or not, but my suggested definition is:Interested in thoughts from @litherum / @jfkthame ... we can also continue to leave it undefined.