[Webkit-unassigned] [Bug 133746] New: CSSKeyframesRule interfaces exposes insertRule instead of appendRule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 10:29:01 PDT 2014


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

           Summary: CSSKeyframesRule interfaces exposes insertRule instead
                    of appendRule
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: galineau at adobe.com
                CC: dino at apple.com


REPRO:
Load attached test file

EXPECTED:
Blue block animating to yellow repeatedly

ACTUAL:
Nothing. Console shows undefined exception.

WebKit's CSSKeyframesRule interface exposes insertRule() instead of appendRule() per css-animations [1].

Firefox and IE work as expected. Chrome has the same issue.

[1] http://dev.w3.org/csswg/css-animations/#interface-csskeyframerule

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