Skip to content

[css-layout-api] Missing fragments and absolute children #775

Open
@bfgeek

Description

@bfgeek
<div style="display: layout(foo);">
  <div id=child1></div>
  <div id=child2>
    <div id=abspos></div>
  </div>
</div>
registerLayout('foo', class {
  layout(children) {
    const fragment1 = children[0].layoutNextFragment();

    return {childFragments: [fragment1]};
  }
});

What should be the behaviour of the abspos child?

Metadata

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