Erratum for SMIL Animation

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 15:44:11 UTC