"welkerpaul" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > AFAIUI <svg onload="init(evt)"> cannot work if evt isn't a global > attribute.
This isn't true, the evt could just be a variable in the scope of the onload intrinsic event, that doesn't mean it needs to be global. This behaviour is actually under-defined in specifications by my recolection, however there's certainly no documented global variable called evt and that is actually defined anywhere, and it's not necessary. It may however be an acceptable implementation choice in the spec. Hopefully someone will do the research to see (I'm hammering through too much right now after 3 days away from the machines, so I've not got the time.) cheers, Jim. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -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/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

