RESOLVED FIXED 103316
[CSS Grid Layout] Implement the auto-placement algorithm for grid items
https://bugs.webkit.org/show_bug.cgi?id=103316
Summary [CSS Grid Layout] Implement the auto-placement algorithm for grid items
Julien Chaffraix
Reported 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'.
Attachments
Julien Chaffraix
Comment 1 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.
Manuel Rego Casasnovas
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.