[csswg-drafts] [css-display] Are run-in sequences recalculated after reinsertions?

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-display] Are run-in sequences recalculated after reinsertions? ==
Consider this code:

```html
<span style="display: run-in">Foo</span>
<div>
  <span style="display: run-in">Bar</span>
</div>
```

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?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1639 using your GitHub account

Received on Friday, 21 July 2017 09:06:29 UTC