W3C home > Mailing lists > Public > www-style@w3.org > September 2013

[css-grid] Bug in Example 24, line-based placement

From: Xan López <xan@igalia.com>
Date: Fri, 13 Sep 2013 11:51:48 +0200
To: www-style@w3.org
Message-ID: <20130913095148.GA9722@niraikanai.lan>
Example 24 says that the placement for:

grid-column-start: 'C'; grid-column-end: 'C';

should be:

/* Line 3 to line 9 */

I believe this is wrong.

grid-column-end: 'C' resolves to the same grid line than
grid-column-start: 'C', which is invalid, so I assume the right thing
to do is fallback to 'auto', and the correct result would be:

/* Line 3 to 4 */

If I'm not wrong I believe similar mistakes exist in other examples,
so I guess someone should just go through them once to update them to
the last spec changes that affected this behavior.

Cheers,

Xan
Received on Friday, 13 September 2013 12:59:11 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:32 UTC