Bug 103316

Summary: [CSS Grid Layout] Implement the auto-placement algorithm for grid items
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: donggwan.kim, ojan, rego, syoichi, tony, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 108397, 109714, 109718, 110244, 110277, 110418, 110632, 110633, 111886, 134057, 134544, 134842, 134966, 135013, 141722, 141748    
Bug Blocks: 60731    

Description Julien Chaffraix 2012-11-26 16:25:16 PST
Currently we resolve grid-{row|column}-position 'auto' as meaning the (1 1) grid area.

The specification defines a placement algorithm that is controlled by 'grid-auto-flow'.
Comment 1 Julien Chaffraix 2013-02-22 12:53:55 PST
The implementation of the main algorithm is done. I am keeping this bug around to track some open issues in the code / specification.
Comment 2 Manuel Rego Casasnovas 2015-01-05 00:34:54 PST
Auto-placement implementation has been completed and it's now following the last ED:
http://dev.w3.org/csswg/css-grid/#grid-auto-flow-property

So, I guess we can close this now.