RESOLVED FIXED Bug 103310
[CSS Grid Layout] Support naming grid tracks
https://bugs.webkit.org/show_bug.cgi?id=103310
Summary [CSS Grid Layout] Support naming grid tracks
Julien Chaffraix
Reported 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>.
Attachments
Sergio Villar Senin
Comment 1 2013-09-12 01:08:20 PDT
All the dependent bugs were fixed, closing this now.
Note You need to log in before you can comment on or make changes to this bug.