[Webkit-unassigned] [Bug 103799] New: [CSS Grid Layout] Implement CSS parsing and handling for <track-minmax>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 18:33:49 PST 2012


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

           Summary: [CSS Grid Layout] Implement CSS parsing and handling
                    for <track-minmax>
           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


This is the CSS side of bug 103311, once this landed we can work on implementing the rendering. The idea is to implement parsing, applying and getting back through getComputedStyle the following syntax:

<track-minmax>  => minmax( <track-breadth> , <track-breadth> ) | auto | <track-breadth>

(We already support auto | <track-breadth>)

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