Re: [csswg-drafts] [css-grid] Overflow with auto-repeat and minmax() (#4043)

> And I think there is the remaining case of both sizing functions being indefinite

The first sentence of the spec says:
> if the grid container has a definite size or max size in the relevant axis

So if the grid container size is indefinite, then we don't calculate the number of repetitions, even if they have a fixed size like `repeat(auto-fill, 100px)`.

-- 
GitHub Notification of comment by mrego
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4043#issuecomment-504158988 using your GitHub account

Received on Thursday, 20 June 2019 19:50:03 UTC