Skip to content

[css-display] Are run-in sequences recalculated after reinsertions? #1639

Closed
@Loirooriol

Description

Consider this code:

<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?

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions