[csswg-drafts] [css-grid-1] Implicit track sizing definition seems wrong

atanassov has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-1] Implicit track sizing definition seems wrong ==
In https://drafts.csswg.org/css-grid/#auto-tracks

If multiple track sizes are given, the pattern is repeated as necessary to find the size of the implicit tracks. The first [implicit grid track ](https://drafts.csswg.org/css-grid/#implicit-grid-track) **before** the [explicit grid](https://drafts.csswg.org/css-grid/#explicit-grid) receives the first specified size, and so on forwards; and the last [implicit grid track](https://drafts.csswg.org/css-grid/#implicit-grid-track) **before** the [explicit grid](https://drafts.csswg.org/css-grid/#explicit-grid) receives the last specified size, and so on backwards.

Note the usage of **before**.  I think the first one is intended to read “after”, right?  That would make sense and that’s also what Chrome has implemented (Firefox doesn’t seem to support multiple track sizes in these properties).  Test case attached.



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1356 using your GitHub account

Received on Friday, 12 May 2017 02:16:25 UTC