[Webkit-unassigned] [Bug 113519] New: for flex items, percent margins and paddings should resolve against their respective dimension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 10:51:09 PDT 2013


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

           Summary: for flex items, percent margins and paddings should
                    resolve against their respective dimension
           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, cbiesinger at chromium.org


Normally, margin top and margin bottom resolve against the width of the containing block, but the working group decided that for flex items, we should resolve against the height of the containing block.
http://lists.w3.org/Archives/Public/www-style/2013Mar/0688.html

This should be an easy change to make. See RenderFlexibleBox::computeChildMarginValue.

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