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:34:50 UTC