Re: [css3-grid-layout] semantic zoom in grid's templates

(this mail continues a list of proposals)

This proposal is quite simple: it would allow to define sub-cells using parenthesis, and sub-rows using slashes. Strings using parenthesis and slashes woud desugar in any number of string needed to have equivalent output.

Sample:

    grid-template: “ab(x/y)(rs/t/u)”;

instead of

    grid-template “abxrs” “abxrs” “abxtt” “abytt” “abyuu” “abyuu”;

Received on Friday, 24 February 2012 17:27:27 UTC