[Webkit-unassigned] [Bug 110920] New: In Flexbox, allow intrinsic aspect ratios to inform the main-size calculation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 15:52:14 PST 2013


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

           Summary: In Flexbox, allow intrinsic aspect ratios to inform
                    the main-size calculation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tony at chromium.org
                CC: ojan at chromium.org
            Blocks: 62048


According to http://dev.w3.org/csswg/css3-flexbox/#algo-main-item :

If flex item has an intrinsic aspect ratio, the flex item has ‘align-self: stretch’, the flex basis and cross size are both ‘auto’ , and the flex container is single-line and has a definite cross size, the flex base size is computed from the flex container's inner cross size (clamped to the flex item’s min and max cross size) and the flex item’s intrinsic aspect ratio.

This was recently added to the spec, but I don't think we handle it properly.

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