Re: [csswg-drafts] [css-grid-2] Masonry layout (#4650)

I've made a demo of a couple of fragmentation tests.
A [grid with masonry layout in the inline-axis](https://bugzilla.mozilla.org/attachment.cgi?id=9119587), fragments like [this](https://bugzilla.mozilla.org/attachment.cgi?id=9119590).
A [grid with masonry layout in the block-axis](https://bugzilla.mozilla.org/attachment.cgi?id=9119588), fragments like [this](https://bugzilla.mozilla.org/attachment.cgi?id=9119591).
I made the items that are fragmented keep its fragments in the same grid-axis track (so they should line up in paged media), whereas items that are pushed (break before due to `break-inside:avoid`) are masonry-placed in the next container fragment. Does this make sense? Or should we perhaps freeze the first pushed item (for each track) to the track it came from and just place the rest?

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4650#issuecomment-572317076 using your GitHub account

Received on Thursday, 9 January 2020 00:03:25 UTC