[Webkit-unassigned] [Bug 28617] New: Bad CSSKeyframesRule&CSSKeyframeRule .type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 10:36:47 PDT 2009


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

           Summary: Bad CSSKeyframesRule&CSSKeyframeRule .type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lepesme.jb at gmail.com


Created an attachment (id=38380)
 --> (https://bugs.webkit.org/attachment.cgi?id=38380)
Sample

Found in Chrome 4.0.202.0 (532.0), but same problem with Safari 4.0.3
(531.9.1).

I apologize if i missunderstood something. I searched but found nothing about
this.

http://www.w3.org/TR/css3-animations/#dom-interfaces- it' s wrote :
  interface CSSRule {
    ...
    const unsigned short KEYFRAMES_RULE = 7;
    const unsigned short KEYFRAME_RULE = 8;
    ...
  };

And WebKitCSSKeyframesRule and WebKitCSSKeyframeRule seems to have a bad
".type" value.

What is the expected result?
  [object WebKitCSSKeyframesRule].type = 7
  [object WebKitCSSKeyframeRule].type = 8

What happens instead?
  [object WebKitCSSKeyframesRule].type = 8
  [object WebKitCSSKeyframeRule].type = 9

Bye,
Jiboo.

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