[Bug 16045] Clarify interactions between the grid-template property and the other grid positioning properties

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16045

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jackalmage@gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Tab Atkins Jr. <jackalmage@gmail.com> ---
Defined:

The size of the explicit grid is determined by the larger of the number of
rows/columns defined by grid-template-areas and the number of rows/columns
sized by grid-template-rows/grid-template-columns. Any rows/columns defined by
grid-template-areas but not sized by grid-template-rows/grid-template-columns
take their size from the grid-auto-rows/grid-auto-columns properties.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 19 August 2013 21:57:56 UTC