Bug 103314
Summary: | [CSS Grid Layout] Implement support for row / column spanning | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | donggwan.kim, svillar, syoichi, tony, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 105548, 110651, 110777, 110988, 111372, 111653, 111885, 111918, 112211, 112299, 112388, 112389, 118051, 119756 | ||
Bug Blocks: | 60731 |
Julien Chaffraix
Per section 6.1 "grid-row-span and grid-column-span", we should support grid areas spanning more than one row / column.
This also covers the extended syntax of grid-{row|column}-position with 2 values.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Julien Chaffraix
Repurposing the bug as the syntax has changed dramatically in the specification.
Sergio Villar Senin
Julien are you ok with repurposing this bug to something like https://codereview.chromium.org/13992003/?
I can port it since we need to add that support to WebKit too.
Sergio Villar Senin
Closing this now as there is nothing else to do.