[Webkit-unassigned] [Bug 73272] New: CSS Grid Layout: Add support for parsing multiple grid-columns or grid-rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 17:37:11 PST 2011


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

           Summary: CSS Grid Layout: Add support for parsing multiple
                    grid-columns or grid-rows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: tony at chromium.org, ojan at chromium.org,
                    macpherson at chromium.org
            Blocks: 60731


Currently we support only a subset of grid-columns and grid-rows. Let's extend it to better match the specification.

My goal is to add support for the following syntax as part of this bug:

<track-list> := [ <track-breadth> ]+ | 'none'
<track-breadth> := <length> | <percentage> | 'auto'

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