Re: [csswg-drafts] [css-grid] Spec doesn't indicate the stretching auto tracks should apply when content-alignment is non-stretch. (#5966)

`place-items` doesn't seem to prevent that, I guess you meant `place-content` (`align-content` + `justify-content`).

I agree this should be clearer, now there is only the subtle https://drafts.csswg.org/css-grid/#valdef-grid-template-columns-auto

> **auto**
    As a maximum: represents the largest max-content contribution of the grid items occupying the grid track; however, unlike `max-content`, allows expansion of the track by the `align-content` and `justify-content` properties. 

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 9 February 2021 20:54:18 UTC