- From: Mats Palmgren <mats@mozilla.com>
- Date: Sun, 4 Oct 2015 15:30:13 +0200
- To: www-style list <www-style@w3.org>
https://drafts.csswg.org/css-grid/#overlarge-grids I think there's an error in the example: if an UA only supports 1000 *tracks* then the last *line* is 1001. So this: grid-row: 500 / 1000; grid-column: 999 / 1000; should instead be: grid-row: 500 / 1001; grid-column: 1000 / 1001; Alternatively, the description could say that the UA supports at most 999 tracks. * * * There are two typos in this chapter. In the first sentence there is a "the the". Under the second bullet item: "is span must be truncated", the "is" should be "its". /Mats
Received on Sunday, 4 October 2015 13:30:45 UTC