Re: [css-grid] Does <custom-ident> in grid-template-rows/grid-template-columns exclude auto/minmax/subgrid?

On Thu, Feb 27, 2014 at 10:35 AM, Sergio Villar Senin
<svillar@igalia.com> wrote:
> En 26/02/14 22:25, Tab Atkins Jr. escribiu:
>>> > So, based on (1) and (2), it sounds like they're not valid
>>> > <custom-ident> values here. (definitely 'auto' & 'subgrid'; I'm less
>>> > sure about 'minmax', due to the function-vs-keyword thing mentioned above)
>> Correct, they're not valid.  You're right that they'd be unambiguous,
>> but I don't think it's necessary to care.
>
> Would that invalidate the whole declaration or should we just skip those
> invalid grid line names?

It's a grammar violation, so you throw out the whole thing.

~TJ

Received on Thursday, 27 February 2014 19:09:55 UTC