- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 10 Oct 2013 10:54:00 -0700
- To: Xan López <xan@igalia.com>
- Cc: www-style list <www-style@w3.org>
On Fri, Sep 13, 2013 at 2:51 AM, Xan López <xan@igalia.com> wrote: > 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. Sorry for the delay; I've fixed the example, and done a quick scan over the other examples in the spec and I think they're all okay. ~TJ
Received on Thursday, 10 October 2013 17:54:47 UTC