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

I agree with @ethanjv that placement within a subgrid depends on the subgrid being placed in the parent grid.

As for indefinite spans, I think these were intended as a convenience to the author. Handling them the same as a subgrid which has an explicit span that overflows its parent's grid limitations makes sense. Afaict we did fail to specify that case, so I think the fix here is to do that? This means that a subgrid might have fewer tracks than it expected, either because its parent is a subgrid and therefore has a fixed number of tracks, or because its parent is hitting the UA limit on grid tracks.

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


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

Received on Wednesday, 19 January 2022 04:12:21 UTC