Bug 103310 - [CSS Grid Layout] Support naming grid tracks
Summary: [CSS Grid Layout] Support naming grid tracks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 118255 119540 119632
Blocks: 60731
  Show dependency treegraph
 
Reported: 2012-11-26 15:47 PST by Julien Chaffraix
Modified: 2013-09-12 01:08 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.