RE: [css3-grid] Section 7.2.2 question

You're right.  Looks like a gap in the spec.  I agree with your interpretation.

-----Original Message-----
From: www-style-request@w3.org [mailto:www-style-request@w3.org] On Behalf Of David Hyatt
Sent: Friday, May 13, 2011 1:16 PM
To: www-style@w3.org CSS
Subject: [css3-grid] Section 7.2.2 question

I'm not sure the draft states which definition wins if you specify grid-cell, grid-row and grid-column all on the same grid item, e.g.,

div { grid-cell: "foo"; grid-row: 3; grid-column: 5 }

I would expect grid-cell to win if the named cell exists, but if it does not exist, that the specified row and column would actually still be used.

dave
(hyatt@apple.com)

Received on Saturday, 14 May 2011 06:11:16 UTC