- From: Sean Steimer via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Apr 2024 15:25:30 +0000
- To: public-css-archive@w3.org
> `grid-template-rows: unaligned`? Arguably each column is still divided into "rows", but they're not required to align with each other across columns like in a normal (two-axis) grid. > > (Or `grid-template-columns: unaligned` for the horizontal-masonry version, obviously.) This aligns well with my mental model of this type of grid as well. Commenting to suggest considering something like `grid-template-rows: jagged` There are rows, but the rows are not forced to align and columns can have different numbers of rows within, as in a jagged array. https://en.wikipedia.org/wiki/Jagged_array -- GitHub Notification of comment by shsteimer Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9733#issuecomment-2085664509 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 April 2024 15:25:30 UTC