Re: [css-grid] Using brackets for line names

On Thu, May 7, 2015 at 11:21 AM, fantasai <fantasai.lists@inkedblade.net> wrote:
> Alan Stearns brought up a really great point that the repeat()
> syntax in Grid Layout would be easier to read if line names used
> brackets instead of parentheses
>
>   repeat([line-name] 10px [line-name] calc(60em+10px))
>
> vs
>
>   repeat((line-name) 10px (line-name) calc(60em+10px))
>
> Since there's no particular reason to go with one vs the other,
> we could just change it. Thoughts?

Since the WG resolved in favor, I've made the spec change.

~TJ

Received on Friday, 15 May 2015 21:27:59 UTC