Bug 103314 - [CSS Grid Layout] Implement support for row / column spanning
Summary: [CSS Grid Layout] Implement support for row / column spanning
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: 105548 110651 110777 110988 111372 111653 111885 111918 112211 112299 112388 112389 118051 119756
Blocks: 60731
  Show dependency treegraph
 
Reported: 2012-11-26 16:16 PST by Julien Chaffraix
Modified: 2014-11-26 06:03 PST (History)
5 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 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.