[Webkit-unassigned] [Bug 119540] New: [CSS Grid Layout] Add parsing for named grid lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 02:10:08 PDT 2013


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

           Summary: [CSS Grid Layout] Add parsing for named grid lines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com
                CC: akling at apple.com
            Blocks: 103310


We added support for parsing named grid lines at <trac-list> level, i.e. in the definition of the grid. Now we should add support to parsing grid lines at <grid-line> level, i.e. inside grid-{row|column}-{start|end}. This change covers only the parsing, the layout changes are coming in a follow up patch.

We should consider merging these two changes in Blink instead of starting from scratch:

    r150381
    Add parsing for named grid lines

    This extends our grammar to support named grid lines (no support
    for named grid lines with 'span' yet, though the testing for that
    is added as part of this change).

and

    r150587
    Add parsing for named grid lines with 'span'

    This change extends our grammar to support all types of named grid
    lines (the current code would only support grid lines without the
    'span' keyword). This means that grid-start: span 1 'first' will now
    be properly parsed (but not resolved for layout which will be done in
    a follow-up change).

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