- From: Denis Bohm <denis@fireflydesign.com>
- Date: Thu, 23 Oct 2003 08:50:18 -0700
- To: <www-svg@w3.org>
I'm not sure if this is covered by the wording or not... I would like to create an element with a reference to an external resource after the document has been loaded from JavaScript (possibly on a user initiated event). I need to query geometric properties of this element in order to create more elements. So I would like an event that is triggered when the external resource has been loaded and the geometric query (getBBox) can be made. I had assumed that using externalResourcesRequired and registering a onload event with the element would handle this. (In at least one current implementation, ASV6, the onload event is never triggered.) Will the wording cover this situation? ----- Original Message ----- From: "Gavin Kistner" <gavin@refinery.com> To: <www-svg@w3.org> Sent: Thursday, October 23, 2003 8:34 AM Subject: Re: externalResourcesRequired and SVGLoad > > On Thursday, October 23, 2003, at 09:27 AM, Gavin Kistner wrote: > > I'm not a wordsmith, but perhaps something like the following would be > > more appropriate: > > > > "Indicates that resources external to the current document are > > required. Progressive rendering for the element is suspended, the > > element's SVGLoad event (and any SVGLoad events of the element's > > ancestors) is not fired, and the animation timeline does not begin > > until that resource and all other required resources become available, > > have been parsed and are ready to be rendered." > > Erps. I failed to notice the other usage of the word 'document'. Try #3: > > "Indicates that resources external to the current element are required. > Progressive rendering for the element is suspended, the element's > SVGLoad event (and any SVGLoad events of the element's ancestors) is > not fired, and the animation timeline does not begin until that > resource and all other required resources become available, have been > parsed and are ready to be rendered." > >
Received on Thursday, 23 October 2003 11:53:19 UTC