RE: SVGT 1.2: order of script execution and load event

Oops. Nevermind my previous email. I see that I already sent a response:
http://lists.w3.org/Archives/Public/www-svg/2006Jan/0386.html


-----Original Message-----
From: www-svg-request@w3.org [mailto:www-svg-request@w3.org] On Behalf
Of Jon Ferraiolo
Sent: Wednesday, March 01, 2006 10:20 AM
To: Maciej Stachowiak
Cc: www-svg@w3c.org
Subject: Re: SVGT 1.2: order of script execution and load event


Hi Maciej,
This is the official response to your email
(http://lists.w3.org/Archives/Public/www-svg/2005Dec/0244.html).

We agree with your suggestion and have changed the spec accordingly. On
almost all issues having to do with scripting, we want SVG and HTML to
have the same processing models. 

The old text was:
------------------
Script execution happens just after the load event occurs for the  
given script element.
------------------

The new text reads as follows: 
------------------
Script execution happens just before the load event occurs for the  
given script element.
------------------

Thanks for your feedback. Please respond within two weeks if this
response is not satisfactory.

Jon Ferraiolo
Member SVG WG

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

From: Maciej Stachowiak <mjs@apple.com> 
Date: Wed, 28 Dec 2005 04:43:39 -0700
Message-Id: <D6990EFD-7A94-4207-ABAA-EC818141C649@apple.com> 
To: www-svg@w3c.org 


The SVGT 1.2 spec says:

"Script execution happens just after the load event occurs for the  
given script element."

This is opposite of the order in HTML, where the script executes  
before the corresponding element's load event occurs. It seems to me  
this reversed order will be confusing to content authors in a CDF  
enviornment.

Also, I think the HTML behavior is more useful. When you dynamically  
add a <script> element, the time you really want an event to fire is  
after it has executed, so you know the functions defined in your  
external library are now available. An event right before the script  
executes is useless.

I recommend reversing the ordering here.

Regards,
Maciej

Received on Wednesday, 1 March 2006 18:29:44 UTC