Re: [csswg-drafts] [css-grid] Indefinite spans

Yeah, that's not possible right now.  It would require some special handling in the auto-placement algorithm to indicate that it wants to fill to some particular end-line; the logic definitely isn't hard, but it's also definitely not handled right now.

It would require some special syntax in grid-column, since `grid-column: auto / span end-line;` is identical to just `grid-column-end: end-line;`, and will result in an explicit-column item with a span of 1.

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

Received on Friday, 26 May 2017 05:14:16 UTC