[Webkit-unassigned] [Bug 150113] New: CSSKeyframesRule::appendRule is deprecated, but is actually the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 19:28:59 PDT 2015


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

            Bug ID: 150113
           Summary: CSSKeyframesRule::appendRule is deprecated, but is
                    actually the spec
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit.org at ricciadams.com
                CC: dino at apple.com

At the time of this writing, CSS Animations Level 1 has an appendRule() method.  This use to be insertRule() (see https://bugs.webkit.org/show_bug.cgi?id=57910).

However, a deprecation warning was added for appendRule(), not for insertRule().  https://bugs.webkit.org/show_bug.cgi?id=137532

I believe the deprecation was added to the wrong method.  It should be for insertRule().  Right now, I'm getting deprecation warnings when using the standard appendRule().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151014/a8e5ccaa/attachment.html>


More information about the webkit-unassigned mailing list