- From: David Hyatt <hyatt@apple.com>
- Date: Fri, 13 May 2011 15:16:05 -0500
- To: "www-style@w3.org CSS" <www-style@w3.org>
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