Re: [ProgressEvents]

Hi Garrett.

Garrett Smith:
> However, I noticed this example:-
> 
> function imageLoadStart (evt) {
>   progressBar.setFloatTrait("width", 0);
>   var loadingAnimation = document.getElementById('loadingAnimation');
>   loadingAnimation.beginElement();
> }
> 
> - attempts to reference progressBar without first declaring it. The
> example also makes use of an 'ev' namespace that I can't see being
> declared.
> 
> http://dev.w3.org/SVG/profiles/1.2T/publish/svgudom.html#events__ProgressEvent_total
> 
> A working example would be great.

Thanks, fixed the namespace declaration and made the example complete.

  http://dev.w3.org/cvsweb/SVG/profiles/1.2T/master/udom.idd.diff?r1=1.246&r2=1.247

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Tuesday, 9 September 2008 04:02:45 UTC