[Webkit-unassigned] [Bug 102538] New: Introduce a new renderer for grid areas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 11:00:22 PST 2012


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

           Summary: Introduce a new renderer for grid areas
           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: 60731


Per the editor's draft (section 6.3 anonymous Grid Areas):

Each Grid item is contained by a Grid area, i.e. the Grid area serves as the containing block for the Grid item. The dimensions of an anonymous Grid area are determined by naming the starting and ending Grid lines using the ‘grid-row’ and ‘grid-column’ properties on the Grid item which the Grid area surrounds. 

In order to implement that part of the specification, we need to add a new (anonymous) renderer that represents a grid area.

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