[Webkit-unassigned] [Bug 104700] New: [CSS Grid Layout] Implement grid items sizing for fixed minmax grid tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 12:22:55 PST 2012


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

           Summary: [CSS Grid Layout] Implement grid items sizing for
                    fixed minmax grid tracks
           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: 103311


After bug 103799, we successfully parse minmax functions but don't properly size the grid items as we don't implement the specification's layout algorithm.

As a first step to support content based minmax, this bug will implement the correct sizing for fixed minmax e.g. minmax(40px, 40%) or minmax(40vh, 10em)

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