Bug 103316 - [CSS Grid Layout] Implement the auto-placement algorithm for grid items
Summary: [CSS Grid Layout] Implement the auto-placement algorithm for grid items
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: 108397 109714 109718 110244 110277 110418 110632 110633 111886 134057 134544 134842 134966 135013 141722 141748
Blocks: 60731
  Show dependency treegraph
 
Reported: 2012-11-26 16:25 PST by Julien Chaffraix
Modified: 2015-02-18 00:56 PST (History)
6 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: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.