[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 Friday, 13 May 2011 20:16:37 UTC