1,295
edits
| Line 58: | Line 58: | ||
<p>This is <b><i>some <br/>text</i></b>.</p> | <p>This is <b><i>some <br/>text</i></b>.</p> | ||
the two continuations for the <code>b</code> element are siblings (unless the line break is also a page break), but the two continuations for the <code>i</code> element are not. | the two continuations for the <code>b</code> element are siblings (unless the line break is also a page break), but the two continuations for the <code>i</code> element are not. | ||
There is an exception to that property when F1 is a first-in-flow float placeholder. In that case F2's parent will be the next-in-flow of F1's containing block. | |||
== Reflow statuses == | == Reflow statuses == | ||
edits