Re: [css-grid] is the "grid" shorthand syntax right ?

Hi,

On 02/19/2014 08:00 PM, Sergio Villar Senin wrote:
>>
>> It sets all of them.  You can only provide values for either the
>> explicit *or* the implicit, though.
> 
> Maybe then we could rephrase it in something more explicit like
> (underlining the changes):
> "The grid property is a shorthand that _either_ sets all of the explicit
> grid properties (grid-template-rows, grid-template-columns, and
>  grid-template-areas) _or_ all the implicit grid properties
>  (grid-auto-rows, grid-auto-columns, and grid-auto-flow) in a single
>  declaration."
> 

I think I've understood now what "sets all of them" means, in the sense
that it sets the default values when not assigning any value. But I
think it's confusing, as sergio said.

--
javi

Received on Wednesday, 19 February 2014 20:30:34 UTC