[Webkit-unassigned] [Bug 72531] New: Add limited parsing support for grid-columns and grid-rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 12:01:59 PST 2011


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

           Summary: Add limited parsing support for grid-columns and
                    grid-rows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: tony at chromium.org, ojan at chromium.org
            Blocks: 60731


This is about implementing a small part of the spec's grammar for <track-list> (section 6.5).

My goal is to implement the following subset as a first step:

<track-list> := <length> | <percentage> | 'none' | 'auto'

We will then increase our supported set to better match the spec.

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