Re: [css-grid] Grid-Template-Areas and dot sequences

On Fri, Jan 23, 2015 at 9:15 AM, François REMY
<francois.remy.dev@outlook.com> wrote:
> Hi,
>
> I’ve a small change proposal for the css grid syntax: allowing multiple dots not separated by a space to represent a single cell. I believe this is easier to read than just using spaces for alignment.
>
> Here’s an example:
>
>      “.     HEAD  .    .    ”
>      “.     MAIN .    PANE ”
>
>      VS
>
>      “.... HEAD .... .... ”
>      “.... MAIN .... PANE ”
>
> That would be a breaking change but I don't think anyone would hit this weird case. What do you think?

Sounds reasonable to us.  We'll need a WG resolution as this is a
breaking change, but assuming it passes the WG, we're fine with making
the edits.

~TJ and fantasai

Received on Thursday, 7 May 2015 22:05:18 UTC