[Webkit-unassigned] [Bug 117500] New: Add CSS parsing recovery to functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 11 01:20:02 PDT 2013


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

           Summary: Add CSS parsing recovery to functions
           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


We should consider merging:

CSS parsing recovery in function.
prop: expt(});
color: red;
}
and
prop: expt(10px });
color: red;
}
are parsed differently.
This change fixes that. Not completely though: difference occures if wrong part contains parentheses.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150205

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