Skip to content

[css-grid-3][masonry] Static positions of out-of-flow items in fill-reverse #13931

@celestepan

Description

@celestepan

In the case we are using fill-reverse on a grid-lanes container (ie either grid-lanes-direction: row fill-reverse or grid-lanes-direction: column fill-reverse), do we expect the static positions of the out-of-flow items to be reversed along the stacking axis as well?

For example, for column fill-reverse, should the static position of the OOF item be at the end of the container, where the in-flow items are starting:
Image

or should the static position of the OOF item be at the start of the container:

Image

I think it makes the most sense to have the static position of the out-of-flow items calibrate to wherever the rest of the in-flow items are starting, since the static position of an out-of-flow item represents where the item would be placed if it were in-flow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions