[Webkit-unassigned] [Bug 86528] New: implement new negative flexing algorithm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 14:26:51 PDT 2012


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

           Summary: implement new negative flexing algorithm
           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
            Blocks: 62048


Correct formula for the desired result:

    space-shortage = sum(flex-basis) - available-space
    shrink-factor = space-shortage / sum(flex-basis * negative-flex))
    main-size = flex-basis * (1 - shrink-factor * negative-flex))


See http://lists.w3.org/Archives/Public/www-style/2012May/0291.html for a test case and some rationale.

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