- From: Vincent Hardy <Vincent.Hardy@Sun.COM>
- Date: Thu, 02 Sep 2004 18:00:52 +0200
- To: Vincent Hardy <Vincent.Hardy@Sun.COM>
- Cc: www-smil@w3.org, w3c-svg-wg@w3.org, Robin Berjon <robin.berjon@expway.fr>
Hello,
Sorry for the confusion, the proposed correction should be:
interface ElementTimeControl {
void beginElement();
void beginElementAt(in float offset));
void endElement();
void endElementAt(in float offset);
};
Best regards,
Vincent.
Vincent Hardy wrote:
> Dear Symm working group,
>
> This email provides feedback on the SMIL Animation specification
> following discussions in the SVG Working Group. We are sending
> comments to this mailing list as required by the SMIL Animation
> specification's status section.
>
> There is an error in the specification of the ElementTimeControl
> interface:
>
> http://www.w3.org/TR/smil-animation/#ElementTimeControl
>
> While the text of the method descriptions indicates that there is no
> returned values for the four methods, the IDL definition specifies
> that a boolean is returned.
>
> It seems that this is an editorial error and that the IDL definition
> should be:
>
> interface ElementTimeControl {
> boolean beginElement();
> boolean beginElementAt(in float offset));
> boolean endElement();
> boolean endElementAt(in float offset);
> };
>
> Regards,
> Vincent Hardy, on behalf of the SVG working group.
> Senior Staff Engineer, Sun Microsystems,
> SVG Working Group Member.
>
>
Received on Thursday, 2 September 2004 16:01:00 UTC