Re: Erratum for SMIL Animation

Vincent Hardy <[email protected]>
Newsgroups gmane.comp.web.smil
Message-ID <[email protected]>
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.
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.