Re: [csswg-drafts] [css-grid-3] Allow <auto-repeat> (i.e. repeat(auto-fill|auto-fit, ...)) to accept intrinsic sizes (#9321)

Note we so already support intrinsic in the repeat syntax, just as the max. E.g.
```
CSS.supports('grid-template-columns', 'repeat(auto-fill, minmax(20px, max-content))')
```

And we do look at the max if it is definite for computing the repetitions.

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9321#issuecomment-4172268164 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:52:52 UTC