- From: Alison Maher via GitHub <noreply@w3.org>
- Date: Tue, 24 Jun 2025 16:56:58 +0000
- To: public-css-archive@w3.org
The Gecko rendering (and the reference file for the test) seem broken to me, so I would support either the Blink or Webkit behavior. Webkit's behavior more closely matches the ordering Grid would choose. However, I tend to lean more toward the Blink rendering since it more closely matches source ordering. As @celestepan mentioned, in masonry, we don't need to handle placed items first because we only allow explicit placement in one axis. As such, we don't run the same risk as Grid where we could fill a spot that a later item was trying to be placed within. -- GitHub Notification of comment by alisonmaher Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12393#issuecomment-3001212602 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 24 June 2025 16:56:59 UTC