[css-grid] Inconsistent value grammar for the grid-template shorthand

In its propdef table, the grid-template shorthand defines its value as:

none | subgrid | <‘grid-template-columns’> / <‘grid-template-rows’> |
[ <track-list> / ]?
   [ <line-names>? <string> <track-size>? <line-names>? ]+

But in the prose explanation below that, it’s:

[ <track-list> / ]?
[ <line-names>? <string> [ <track-size> <line-names> ]? ]+

It looks like the former is correct and the latter should be fixed.

-- 
Simon Sapin

Received on Thursday, 20 March 2014 10:51:05 UTC