RE: SVG12: ProgressEvent::progress

> -----Original Message-----
> From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net]
> Sent: den 23 maj 2005 12:57
> To: Ola Andersson
> Cc: www-svg@w3.org; w3c-svg-wg@w3.org
> Subject: Re: SVG12: ProgressEvent::progress
> 
> * Ola Andersson wrote:
> >>  In http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/svgudom.html
> >>appendix A.4.11 the example is non-conforming and can't work as intended
> >>as it refers to ProgressEvent::progress member which does not exist.
> >>Please change the draft such that the example is conforming.
> >
> >Thanks for spotting this. It is now fixed.
> 
> You mean, the draft has been changed to include ProgressEvent::progress
> to re-establish compatibility with SVG 1.2 and no changes to the example
> were made in response to my comment? If, what changes have been made and
> are those changes compatible with SVG 1.2? Will changes be made to SVG
> 1.2 in response to my comment?

ProgressEvent of SVG1.2 does no longer contain a progress member, instead it contains members total and loaded. The example was out of date (still conforming to an earlier version of the spec which contained the progress member) and has been updated (non-conforming line of example has changed to: progressBar.setFloatTrait("width", 100*(evt.loaded/evt.total)); )

> --
> Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
> Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
> 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/

Received on Monday, 23 May 2005 11:07:56 UTC