- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 01 Apr 2026 18:32:27 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-grid-3] Allow <auto-repeat> (i.e. repeat(auto-fill|auto-fit, ...)) to accept intrinsic sizes`. <details><summary>The full IRC log of that discussion</summary> <kbabbitt> alisonmaher: we previously resolved to allow intrinsic auto repeats in grid-lanes<br> <kbabbitt> ... still an open question of what that means in grid<br> <kbabbitt> ... 1 proposal, return repetition of 1<br> <kbabbitt> ... other, do something similar to grid-lanes<br> <kbabbitt> ... grid places items before sizing tracks, intrinsic auto-repeats create circular dependency<br> <kbabbitt> ... don't know where items are placed which tells you how many repeats you need<br> <kbabbitt> ... in grid-lanes we get around this with heuristic<br> <kbabbitt> alisonmaher: fantasai proposed to do what we do in grid-lanes<br> <kbabbitt> ... ignore track sizes in opposite axis of intrinsic auto repeat<br> <kbabbitt> ... in other words make column track repetition assume there's one track in opposite axis sized aqt 100%<br> <kbabbitt> ... one question, what about an item that spans in both axes?<br> <kbabbitt> ... heuristic no longer divides by span, unlclear what to do<br> <kbabbitt> ... iank_ thinks this could work in column axis, but in row axis, when laying out text, if you ignore constraints you could end up with different sizing in final pass which results in overflow, seems not greaet<br> <kbabbitt> .,.. would like to go back to original suggestion of always return a single repetition for grid<br> <kbabbitt> fantasai: would like to try to make it consistent as possible for authors<br> <kbabbitt> ... what I would suggest, take opportunity at F2F break to see what would work<br> <kbabbitt> ... rather than just give up and fall back to 1, that's not helpful to anyone<br> <kbabbitt> ... can we find something that works in some reasonable set of use cases<br> <kbabbitt> ... I think falling back to 1 is not a useful or helpful behavior, and it's inconsistent<br> <kbabbitt> ... having consistency between grid and grid-lanes is one of our dseign goals<br> <kbabbitt> ... would like to try and find a heuristic to make this useful in as many cases as possible<br> <kbabbitt> Rossen: nothing to resolve then, will use break time to work on this<br> <kbabbitt> iank_: also worth mentioning, intrinsic keywords can already be accepted, just not directly<br> <kbabbitt> ... also via minmax<br> <kbabbitt> .. may be compat issues<br> <kbabbitt> fantasai: they're not acceptable, separate syntax branch<br> <kbabbitt> s/just not/not just/<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9321#issuecomment-4172145530 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 1 April 2026 18:32:28 UTC