Re: [csswg-drafts] [css-grid] span count starts only on explicit grid? (#4705)

It is about:

https://stackoverflow.com/questions/59919727/in-css-grid-layout-do-we-count-the-span-even-starting-on-implicit-grid-lines

This question is about whether CSS grid "span counting" -- whether it should start on implicit grid line. In CSS Definitive Guide, 4th Ed, p. 695, it is said that

box4 is where things really get interesting. It ends on the fifth row line, which is to say the second implicit grid line. It spans back three lines—and yet, it still starts on the same grid line as box3. This happens because spans have to start counting within the explicit grid. Once they start, they can continue on into the implicit grid (as happened with box2), but they cannot start counting within the implicit grid.

Is it true? Or has there been a spec change? Can "span counting" start within implicit grid?

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

Received on Monday, 27 January 2020 16:22:11 UTC