- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Tue, 19 Aug 2025 08:48:23 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-grid-3][Masonry] Behavior of repeat(auto-fit, auto) in Masonry`, and agreed to the following: * `RESOLVED: resolution is we neither stretch nor collapse tracks as we're doing column counts` * `RESOLVED: don't stretch collapsed tracks ever` <details><summary>The full IRC log of that discussion</summary> <kbabbitt> alisonmaher: in grid the auto fit keyword behaves same as auto fill<br> <kbabbitt> ... except after grid placement or item placement any empty repeat tracks are collapsed<br> <kbabbitt> ... in masonry we have a new heuristic for auto fit because w don't know where items are placed when sizing tracks<br> <kbabbitt> ... we consider tracks filled if there's an explicitly placed item there<br> <kbabbitt> ... and first n tracks filled where n is sum of spans of auto placed items<br> <kbabbitt> ... if we have option for repeat auto-fit auto, I assume we shouldn't stretch any collapsed auto tracks<br> <kbabbitt> ... second clarification, during the first track sizing pass, to count number of repeats in repeat auto fit auto<br> <kbabbitt> ... I presume we shouldn't collapse tracks at that time<br> <kbabbitt> ...and avoid impacting # of calculated repeats<br> <kbabbitt> fantasai1: correct<br> <kbabbitt> alisonmaher: don't stretch collapsed tracks ever<br> <kbabbitt> ... and then don't collapse tracks when we're running first<br> <kbabbitt> fantasai1: don't collapse or stretch tracks during count<br> <kbabbitt> ... when calculating column count<br> <kbabbitt> astearns: seeing some nodding<br> <kbabbitt> ... any questions?<br> <kbabbitt> TabAtkins: seems like right behavior<br> <kbabbitt> astearns: resolution is we neither stretch nor collapse tracks as we're doing column counts<br> <kbabbitt> alisonmaher: and don't stretch collapsed tracks ever<br> <kbabbitt> fantasai1: worth clarifying in spec<br> <kbabbitt> astearns: objections?<br> <kbabbitt> RESOLVED: resolution is we neither stretch nor collapse tracks as we're doing column counts<br> <kbabbitt> fantasai1: I would object to stretching them<br> <kbabbitt> RESOLVED: don't stretch collapsed tracks ever<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12485#issuecomment-3199829820 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 19 August 2025 08:48:24 UTC