[Webkit-unassigned] [Bug 96844] New: sign in front of keyframe selector causes stylesheet parsing to abort

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 17:28:28 PDT 2012


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

           Summary: sign in front of keyframe selector causes stylesheet
                    parsing to abort
           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: simon.fraser at apple.com
                CC: dino at apple.com, zherczeg at webkit.org


A keyframes rule like:

@-webkit-keyframes fade {
    -10% { background-color: blue; }
    100% { background-color: green; }
}

will cause stylesheet parsing to abort.

I don't understand why, since the 'key' production is using PERCENTAGE, which is a <number>, which should accept signs.

I think this is a problem in the lexer code.

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