--- In [email protected], "Andre M. Winter - Carto.net" <[EMAIL PROTECTED]> wrote:
> it is interesting to see this working! i wonder if this is a feature or > a bug, from my understanding of ECMAScript this should not work. I don't understand that comment at all, ECMAScript as defined here <http://www.ecma-international.org/publications/standards/ECMA-262.HTM> does not at all deal with DOM or script elements, it simple defines the core language. Anything you do with DOM scripts is the use of host objects. So why your understanding of ECMAScript says you anything about DOM scripting in a browser/user agent where script elements are dynamically created and inserted and resources loaded is not clear to me. If you dynamically created and inserted an image element in an SVG document, would your understanding of ECMAScript as specified by the ECMA organization then say anything on whether the SVG user agent should or should not load and render the image? For HTML documents user agents like IE, Mozilla, Opera 8 do support the dynamic creation and insertion of HTML script elements referencing an external script file so that the script is being loaded and executed when the script element is inserted into the document. Why should that be a bug if it works for SVG script elements in SVG documents? ----- 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/

