- From: François REMY <francois.remy.dev@outlook.com>
- Date: Fri, 23 Jan 2015 18:15:03 +0100
- To: "'www-style'" <www-style@w3.org>
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