Re: [csswg-drafts] Alternative masonry path forward (#9041)

The Masonry syntax that surprised me the most when I first saw it on the Chrome blog was this:

```css
.masonry {
  display: masonry;
  masonry-template-tracks: repeat(3, 1fr);
  masonry-direction: column-reverse;
}
```

For me, reversing the vertical axis was exactly the role of `row-reverse`. 

This goes against my intuition, and I feel it could be confusing for many developers.

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


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

Received on Thursday, 26 September 2024 02:21:26 UTC