Bug 103310

Summary: [CSS Grid Layout] Support naming grid tracks
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: donggwan.kim, ojan, svillar, syoichi, tony, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 118255, 119540, 119632    
Bug Blocks: 60731    

Description Julien Chaffraix 2012-11-26 15:47:32 PST
The current specification allows us to name the different tracks. Here is the grid-definition-{rows|columns} syntax:

<track-list>    => [ [ <string> ]* <track-group> [ <string> ]* ]+ | none
<track-group>   => <track-minmax> | [ repeat( <positive-integer> , [ [ <string> ]* <track-minmax> [ <string> ]* ]+ ) ]

We also would need to extend grid-position-{row|column} to accept <string>.
Comment 1 Sergio Villar Senin 2013-09-12 01:08:20 PDT
All the dependent bugs were fixed, closing this now.