[Webkit-unassigned] [Bug 123208] New: [CSS Grid Layout] Add support for order inside grid items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 08:09:40 PDT 2013


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

           Summary: [CSS Grid Layout] Add support for order inside grid
                    items
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com
        Depends on: 118620


We should merge:

    Add support for 'order' on grid items

    The property is used to modify painting order and the order in which
    we consider grid items for the auto-flow algorithm.

    The code is build on the existing OrderIterator and matches what
    flexbox does. Also to avoid adding an extra child walk, refactored
    the explicit grid initialization so that we do also initialize the
    OrderIterator's Vector. This refactoring saves a child walk as we
    now compute both explicit grid's sizes in a single child walk.

    BUG=257078
    TESTS=fast/css-grid-layout/grid-item-order-auto-flow-resolution.html
          fast/css-grid-layout/grid-item-order-paint-order-expected.html

    Review URL: https://chromiumcodereview.appspot.com/18516007

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