Re: [csswg-drafts] [css-display] Inlinified layout-internal not well-defined

@SelenIT If it's not possible for a layout-internal box to be inlinified, the spec should say so. However, I think layout-internal boxes are inlinified, because inlinification happens before the creation of intermediary anonymous boxes, as explained in the note:

> Note: There are two methods used to fix up box types when a box is mismatched to its context. One is transformation of the computed value of display, such as blockification and inlinification described here. The other, taking place during box tree construction (after computed values have been determined), is the creation of intermediary anonymous boxes, such as happens in tables, ruby, and flow layout.

Therefore, inlinification should have no effect on layout-internal boxes, and then they will generate anonymous boxes after inlinification.

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

Received on Thursday, 6 July 2017 13:41:41 UTC