[css3-grid-layout] templates and writing modes

The current Grid Layout spec states that grid rows and columns
are interpreted relative to the writing mode. However the template
is interpreted physically. This creates a mismatch between the
row/column sizes and the template.

I propose making the template logical, to match the grid, and if
desired adding a keyword to switch the template's interpretation
from row-major to column-major.

~fantasai

Received on Monday, 20 February 2012 15:51:54 UTC