[Webkit-unassigned] [Bug 109714] New: [CSS Grid Layout] Add an internal 2D grid representation to RenderGrid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 10:40:25 PST 2013


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

           Summary: [CSS Grid Layout] Add an internal 2D grid
                    representation to RenderGrid
           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: 103316


In order to add grid-auto-flow support, we will need to represent our 2D grid so that we can place the grid items into the empty grid areas.

It would also make our algorithm a lot more efficient as we could easily answer which grid items are in a specific row or column.

Another upside of that would be that we won't have to resolve our grid position over and over as we are currently doing.

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