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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:53:28 GMT