[Webkit-unassigned] [Bug 115362] New: [CSS Grid Layout] Implement support for <flex>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 29 09:28:01 PDT 2013


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

           Summary: [CSS Grid Layout] Implement support for <flex>
           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
            Blocks: 60731


<flex> is a non-negative dimension with the unit "fr". See http://dev.w3.org/csswg/css-grid/#fr-unit for the details.

In order to support <flex>, we need to add a layer of indirection to the code that assumes that grid-{rows|columns} are Length. This will prevent spreading the knowledge of <flex> all over the code for no good reason (it's grid specific).

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