You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For masonry layout, if fragmented, can align-tracks be leveraged as much as possible within individual fragments instead of only per track within the first fragment? As I play with @MatsPalmgren demos linked in #4650 (comment) I realize align-tracks becomes less useful/intuitive once fragmented and honestly something I'd describe as "broken" (even within the first fragment) when using values such as center/end/space-around/space-evenly/stretch.
I know a major caveat is that individual grid items can also be fragmented, splitting their rendering across multiple fragments (ie not setting break-inside:avoid), leaving values such as or stretch or space-around difficult to imagine applying.
The text was updated successfully, but these errors were encountered:
https://drafts.csswg.org/css-grid-3/#tracks-alignment
https://drafts.csswg.org/css-grid-3/#pagination
For masonry layout, if fragmented, can
align-tracks
be leveraged as much as possible within individual fragments instead of only per track within the first fragment? As I play with @MatsPalmgren demos linked in #4650 (comment) I realizealign-tracks
becomes less useful/intuitive once fragmented and honestly something I'd describe as "broken" (even within the first fragment) when using values such ascenter
/end
/space-around
/space-evenly
/stretch
.I know a major caveat is that individual grid items can also be fragmented, splitting their rendering across multiple fragments (ie not setting
break-inside:avoid
), leaving values such as orstretch
orspace-around
difficult to imagine applying.The text was updated successfully, but these errors were encountered: