Bug 103310
Summary: | [CSS Grid Layout] Support naming grid tracks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Layout and Rendering | Assignee: | 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 |
Julien Chaffraix
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
All the dependent bugs were fixed, closing this now.