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

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?
François

Received on Friday, 23 January 2015 17:15:36 UTC