[csswg-drafts] [css-grid] Simplifying the new syntaxt of the grid shorthand

javifernandez has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-grid] Simplifying the new syntaxt of the grid shorthand  ==
https://drafts.csswg.org/css-grid/#grid-shorthand

The new syntax suggests the use of " [ auto-flow && dense? ]" instead 
of reusing the current <grid-auto-flow> syntax. The only different is 
that <grid-auto-flow> allows omitting the 'auto-flow' value, assuming 
'row' in that case. 

My proposal would be the following syntax:

<‘grid-template-rows’> / <'grid-auto-flow'> <‘grid-auto-columns’>? | 
<'grid-auto-flow'> <‘grid-auto-rows’>? / <‘grid-template-columns’>

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/438 using your GitHub 
account

Received on Friday, 2 September 2016 11:55:52 UTC