onbegin and onend events work great with IE9 and Firefox, but with Chrome 17, 
they are not fired.
It has already been noted on this forum:
http://tech.groups.yahoo.com/group/svg-developers/message/64928

Code to reproduce:

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>

<svg xmlns="http://www.w3.org/2000/svg";>
  <title>onbegin and onend not working on Chrome 13-17</title>
  <circle r="50" cx="100" cy="100" style="fill: #F00">
         <set attributeName="fill" attributeType="CSS" 
onbegin='alert("onbegin")' onend='alert("onend")' to="#00F" begin="1s" dur="5s" 
/>
  </circle>
</svg>

Thx,
Vincent



------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to