[Webkit-unassigned] [Bug 111886] [CSS Grid Layout] Fix the auto-placement algorithm to fully match the specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 16:22:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111886


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Julien Chaffraix <jchaffraix at webkit.org>  2013-03-08 16:25:00 PST ---
I misread the code, we actually follow the proper algorithm:

* We first place items for which we can resolve both positions (it's implicitly mentioned in step 1 - "will not overlap the grid area of any explicitly or previously auto-placed item.").
* Then placeSpecifiedMajorAxisItemsOnGrid(specifiedMajorAxisAutoGridItems) is the step 1 loop.
* placeAutoMajorAxisItemsOnGrid(autoMajorAxisAutoGridItems) is step 4.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list