Re: [csswg-drafts] [css-grid] Feature: span to last track no matter whether auto-generated tracks are involved or not

> So you might probably want something like span first / span last (if that makes any sense), to cover the use case of having an element that spans all the tracks.

I'd be fine with that.

In addition to
```
grid-column: first / span last;
```
would this still be possible?
```
grid-column: 2 / span last;
```
(where "2" stands for a positive number that's higher that 1.)

Spanning all tracks is one use case (first→last), but saying "start at n and span to last" is an additional use case.

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

Received on Thursday, 22 March 2018 12:58:15 UTC