--- In svg-developers@yahoogroups.com, "cwflamont" <[EMAIL PROTECTED]> 
wrote:
>
> Should Opera do this?:
> 
> http://www.gateho.nildram.co.uk/temp/graphics/SVG/
svg_circle_object_onload_debug.html
> 
> Surely the colour should change before the final alert appears?
> 
> I was quite surprised to have Safari work 'out of the box' on my 
last
> experiment, but with this file it seems not to want to do as other
> browsers.
>

I'm not sure which specification to consult here, or if it's 
specified at all, but I think re-rendering the document before the 
processing of an event has finished is not required. When you're 
changing the DOM then updating the rendering at intermediate steps 
(like after you've added a circle but before you've set its cx, cy, 
r, and fill attributes) is normally undesired.

Whether the document should be re-rendered before an alert or prompt 
is called is another question. I could think of situations in which 
such a behaviour might be desirable. But I don't think it's specified 
anywhere that browsers should do so.


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

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

<*> 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:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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

Reply via email to