Re: [csswg-drafts] [css-grid-3] Designer/developer feedback on masonry layout (#10233)

@stubbornella I don't think this particular layout makes sense as a masonry layout, it's so constrained it doesn't use any mechanism of masonry anymore. I feel like the easiest and most semantic solution is to wrap the asides (secondary content, ads) in an `<aside>`and the rest in a `<main>`, then layout each as side-by-side flexboxes (desktop) or set display:contents on them (mobile) and layout all children in one single flexbox, defining relative priorities using "order". You can already do this today interoperably.

-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10233#issuecomment-2142792801 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 31 May 2024 18:35:30 UTC