- From: Ben Ho via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 May 2024 04:58:08 +0000
- To: public-css-archive@w3.org
Hi, a designer here. I would agree with what @itsmanojb demonstrated in his comment. As a designer, grid is just lines that helps me align my content. When designing a screen with masonry(waterfall) content, I would rely on the grid to design them. Because of this reason, when I'm researching ahead before communicating with the FE who is going to make my design come to life, my google search terms would be things like `css` `grid` `masonry`. This aligns well with the idea of `display: grid;` + `grid-template-row: masonry;`(or what @kevin-powell suggested `grid-template-row: off;`. -- GitHub Notification of comment by tounsoo Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10233#issuecomment-2103865231 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 10 May 2024 04:58:09 UTC