- From: Tab Atkins Jr. via GitHub <noreply@w3.org>
- Date: Wed, 19 Nov 2025 22:25:10 +0000
- To: public-css-archive@w3.org
Yup, same logic as before: 1) we should only care about the box's layout geometry (border box size, plus or minus margins), not its visual extent, and 2) for this purpose, we should floor the box at zero size if the negative margins are real big. So in the examples: 1. Gap is 40px. 2. The gap above is unaffected (assuming the hashed box is last in placement order and is "actually" being placed below the span-3 item). 3. Yup, red will be placed in the higher gap and cover the negative-margin yellow box preceding it. 4. Same, red will be placed in the gap and cover the negative-margin hashed box preceding it. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12918#issuecomment-3554873025 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 November 2025 22:25:11 UTC