[Webkit-unassigned] [Bug 106474] New: [CSS Grid Layout] Add support for min-content in the column direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 10:59:22 PST 2013


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

           Summary: [CSS Grid Layout] Add support for min-content in the
                    column direction
           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


We currently don't implement min-content used in a minmax function, regardless of whether it is a max or a min.

This change will introduce support for min-content only in the column direction as the information is already available using minPreferredLogicalWidth. The row direction will need some special handling as we don't have the concept of preferred logical heights and thus will be punted to a follow-up change. The orthogonal writing mode between the grid element and the grid item case will also suffer from this absence of information.

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