Re: [csswg-drafts] [css-display] Interaction of run-in and block inside inline

@SelenIT You are right I forgot to wrap the inline fragments inside anonymous block boxes, I have edited it.

When I said that the block splits the span I meant [this](https://www.w3.org/TR/CSS21/visuren.html#img-anon-block):

> When an inline box contains an in-flow block-level box, the inline box (and its inline ancestors within the same line box) are broken around the block-level box (and any block-level siblings that are consecutive or separated only by collapsible whitespace and/or out-of-flow elements), splitting the inline box into two boxes (even if either side is empty), one on each side of the block-level box(es).

This does not affect the DOM, of course. I only tried to represent the various box fragments. It's not clear how this affects the box tree, though, so I filed #1477.

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

Received on Monday, 29 May 2017 23:14:47 UTC