Re: [csswg-drafts] [css-inline][css-display] Did root inline boxes become useless?

> I think that the root inline box has a computed `line-height` property still helps explain how calculating the height of lines works

Do you meant the [strut](https://www.w3.org/TR/CSS21/visudet.html#strut)? So now `line-height` applies only to inline-level boxes, but the root inline box inherits it from the block container, effectively replacing the following CSS2.1 quote?

> On a block container element whose content is composed of inline-level elements, 'line-height' specifies the minimal height of line boxes within the element.

If so, this should be explained somewhere.

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

Received on Thursday, 22 June 2017 18:00:14 UTC