WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug