This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16397 - Document allowable non-letters in grid-template property and their role
Summary: Document allowable non-letters in grid-template property and their role
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Grid Layout (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Phil Cupp
QA Contact: public-css-bugzilla
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 02:26 UTC by Phil Cupp
Modified: 2013-08-19 22:02 UTC (History)
1 user (show)

See Also:


Attachments

Description Phil Cupp 2012-03-16 02:26:59 UTC
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.
Comment 1 Phil Cupp 2012-03-16 02:28:38 UTC
Bulk assigning bugs to pcupp@microsoft.com.
Comment 2 Tab Atkins Jr. 2013-08-19 22:02:41 UTC
Done - the "." indicates an unnamed cell in the template.  We're not using @, as we don't have anything that uses the notion of a default slot any more.