[Webkit-unassigned] [Bug 118255] New: [CSS Grid Layout] Allow defining named grid lines on the grid element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 10:19:44 PDT 2013


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

           Summary: [CSS Grid Layout] Allow defining named grid lines on
                    the grid element
           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
                CC: jchaffraix at webkit.org
            Blocks: 118025


We should consider merging:

    Allow defining named grid lines on the grid element

    This change adds parsing, style resolution and getComputedStyle
    support for named grid lines at the grid element level (ie extends
    our <track-list> support). Per the specification, we allow multiple
    grid lines with the same name.

    To fully support resolving the grid lines to a position on our
    grid, we need to add the parsing at the grid item's level (which
    means extending our <grid-line> support). This will be done in a
    follow-up change.

    BUG=234192
    TEST=fast/css-grid-layout/named-grid-line-get-set.html

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

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