[Bug 16397] New: Document allowable non-letters in grid-template property and their role

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16397

           Summary: Document allowable non-letters in grid-template
                    property and their role
           Product: CSS
           Version: unspecified
          Platform: PC
               URL: http://lists.w3.org/Archives/Public/www-style/2012Mar/
                    0429.html
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Grid Layout
        AssignedTo: alexmog@microsoft.com
        ReportedBy: pcupp@microsoft.com
         QAContact: public-css-bugzilla@w3.org


The '.' denotes whitespace in the template layout module's template definition
syntax but isn't mentioned in the grid layout spec.  It probably makes sense to
add this to the grid-template property.

Also the '@' denotes a default slot in the template layout module's template
definition but isn't mentioned in the grid layout spec.  The '@' may not belong
in the grid spec as the grid doesn't flow its content into a slot, elements
layer instead.  Rather than adding '@' it may make sense to just use the
auto-placement feature instead.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 16 March 2012 02:27:02 UTC