[css-display] Are run-in sequences recalculated after reinsertions? (original) (raw)
Consider this code:
Foo
Bar
Foo is inserted inside the div block box. But then, do Foo and Bar become part of the same run-in sequence? Or do they continue being different sequences, and thus are wrapped in different anonymous block boxes? That is, does being reparented recalculate run-in sequences?