[Webkit-unassigned] [Bug 103332] New: [CSS Grid Layout] Support 'auto' sized grid items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 17:32:52 PST 2012


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

           Summary: [CSS Grid Layout] Support 'auto' sized grid items
           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


Per the specification, auto is equivalent to ‘minmax(min-content, max-content)’.

Talking with Ojan, this definition is different from the shrink-to-fit behavior (http://www.w3.org/TR/css3-box/#shrink-to-fit): min(max(preferred minimum width, available width), preferred width). It's possible to have the 2 equations applying on the same item (if 'self-align: start' and the grid track is 'auto') so we should check if there is no contradiction here.

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