Re: [csswg-drafts] [css-grid2] API for querying implicit grids

The sizes of explicit rows/columns will already be present in `grid-template-rows` and `grid-template-columns` from gCS(), since that also returns the used values, post-layout.  It would just be implicit tracks that you'd have to figure out the bounds of.

And for implicit tracks, is there a use-case for knowing the sizes of tracks that don't have a corresponding item aligned to them? If you don't have an item edge touching a given line, that line basically doesn't exist, anyway.

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

Received on Tuesday, 22 May 2018 02:40:47 UTC