- From: Trevor Paley via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Oct 2024 19:01:58 +0000
- To: public-css-archive@w3.org
If I was a developer who didn't understand `display: grid`, I don't think I would be likely to take the time to thoroughly learn `display: masonry` when I needed to use it either. I would probably just search for "CSS masonry layout" (or similar), find the page on MDN, and copy/tweak the CSS there until I got something that did what I wanted. However, if I was a developer who _did_ understand grid layouts, being able to apply my existing knowledge to masonry would feel like much less of a burden than needing to learn a whole new set of concepts for masonry (or even just memorizing how grid properties map to masonry properties). The breakpoints use case mentioned by the Webkit team and others here is also particularly compelling. Even the grid novice would probably prefer to only need to tweak one or two properties they half-understand rather than try to wrangle a whole new set of CSS properties. -- GitHub Notification of comment by TheUnlocked Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11060#issuecomment-2430028941 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 22 October 2024 19:01:59 UTC