- From: Sergio Garcia Gallego via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Jul 2024 08:59:17 +0000
- To: public-css-archive@w3.org
Great to see the discussion at WebKit and Google alike, both with differing opinions on whether masonry should be an extension to grid or it's own `display` type. I personally believe, from a visual standpoint, that masonry is a type of grid, and as such should be able to be implemented through the `grid-template-rows: masonry;` declaration. As well as this, I was looking into how Google were looking into an implementation of the masonry/waterfall layout, and was confused by what seemed like a top-to-bottom then left-to-right approach to ordering items, even if not explicitly mentioned. I believe this should be able to be implemented left-to-right then top-to-bottom, following the current natural reading patterns. -- GitHub Notification of comment by sgarciagallego Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10233#issuecomment-2244648035 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 23 July 2024 08:59:18 UTC