[Webkit-unassigned] [Bug 20679] Need to handle the case when 0% or 100% keyframe is omitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 15:40:59 PDT 2008


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


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23207|review?(hyatt at apple.com)    |review+
               Flag|                            |




------- Comment #2 from sam at webkit.org  2008-09-09 15:40 PDT -------
(From update of attachment 23207)
+    if (rule->item(0)->key() != 0 || rule->item(rule->length()-1)->key() != 1)

We usually write rule->item(0)->key() != 0 as just rule->item(0)->key().   You
need spaces (rule->length()-1) here between length() and 1.

r=me


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list