[Webkit-unassigned] [Bug 118260] New: [REGRESSION] CSS parser recovery for extra left parenthesis causes ignoring definitions beyond.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 12:08:06 PDT 2013


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

           Summary: [REGRESSION] CSS parser recovery for extra left
                    parenthesis causes ignoring definitions beyond.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zalan at apple.com


with the following CSS

.foo {
    background: rgba(255,255,255,1.0)
        -moz-linear-gradient(top,
        rgba(170,175,178,0.8) 15%,
        (rgba(255,255,255,0.5) 65%
    );
}

div { 
    border: 1px solid red;
}

the extra '(' right before the second rgb causes ignoring the div { border: 1px.....

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