Re: [csswg-drafts] [css-grid] "grid-column: 1 / -1" should span all columns

According to [the current spec](https://drafts.csswg.org/css-grid/#ref-for-grid-placement-property%E2%91%A5),
> Numeric indexes in the grid-placement properties count from the edges of _the explicit grid_. Positive indexes count from the start side (starting from 1 for the start-most _explicit_ line), while negative indexes count from the end side (starting from -1 for the end-most _explicit_ line).

So that line isn't supposed to count implicit lines. Hovewer, I agree that the ability to span all the lines (including the implicit ones) would be very useful!

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

Received on Tuesday, 6 March 2018 13:08:40 UTC