Bug 103316
Summary: | [CSS Grid Layout] Implement the auto-placement algorithm for grid items | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Layout and Rendering | Assignee: | 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 |
Julien Chaffraix
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
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
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.