- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Wed, 4 Nov 2015 16:35:09 -0800
- To: Mats Palmgren <mats@mozilla.com>
- Cc: www-style list <www-style@w3.org>, Rossen Atanassov <ratan@microsoft.com>
On Sun, Oct 4, 2015 at 6:30 AM, Mats Palmgren <mats@mozilla.com> wrote: > 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". Fixed both, thanks for the report. ^_^ ~TJ
Received on Thursday, 5 November 2015 00:35:57 UTC