[Webkit-unassigned] [Bug 112211] New: [CSS Grid Layout] Refactor GridCoordinate to hold GridSpans

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 17:02:02 PDT 2013


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

           Summary: [CSS Grid Layout] Refactor GridCoordinate to hold
                    GridSpans
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: tony at chromium.org, xan.lopez at gmail.com,
                    ojan at chromium.org
            Blocks: 103314


After bug 111653, we have the code to compute both initial / final positions in one direction and using GridSpan.

However this information is local and isn't propagated to most of the layout code. Instead of peppering more GridSpan computation, we should propagate the information through GridCoordinate. This is a good candidate as it is our golden representation of where an item is on the grid.

-- 
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