Re: [csswg-drafts] [css-grid-2] Resolving indefinite grid spans in nested subgrids (#6905)

> The deciding case is probably what do when we have grid-column: span 10; grid-template-columns: subgrid [] [] [] []. That appears to be an explicit request for 10 columns, but also 3 columns, and we have to pick which to honour.

Yup, and we have a well-specified tie-breaker for that in point b of the subgrid section - the span wins, with the template only coming into play if the span is indefinite.

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


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

Received on Thursday, 3 February 2022 00:05:29 UTC