Bug 103314

Summary: [CSS Grid Layout] Implement support for row / column spanning
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: 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    

Description Julien Chaffraix 2012-11-26 16:16:28 PST
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.
Comment 1 Julien Chaffraix 2013-02-22 13:05:09 PST
Repurposing the bug as the syntax has changed dramatically in the specification.
Comment 2 Sergio Villar Senin 2013-06-25 10:43:12 PDT
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.
Comment 3 Sergio Villar Senin 2014-11-26 06:03:28 PST
Closing this now as there is nothing else to do.