Re: [SMIL30 LC comment] 16. SMIL 3.0 Transition Effects

 Dear Dr. Olaf Hoffmann ,

The SYMM Working Group has reviewed the comments you sent [1] on the Last
Call Working Draft [2] of the Synchronized Multimedia Integration Language
(SMIL 3.0) published on 13 Jul 2007. Thank you for having taken the time to
review the document and to send us comments!

The Working Group's response to your comment is included below.

Please review it carefully and let us know by email at www-smil@w3.org if
you agree with it or not before 02 nov 2007. In case of disagreement, you
are requested to provide a specific solution for or a path to a consensus
with the Working Group. If such a consensus cannot be achieved, you will
be given the opportunity to raise a formal objection which will then be
reviewed by the Director during the transition of this document to the
next stage in the W3C Recommendation Track.

Thanks,

For the SYMM Working Group,
Thierry Michel
W3C Staff Contact

 1. http://www.w3.org/mid/200708071155.27011.Dr.O.Hoffmann@gmx.de
 2. http://www.w3.org/TR/2007/WD-SMIL3-20070713/


=====

Your comment on 16. SMIL 3.0 Transition Effects:
> Hello SMIL working group,
> 
> some comments on examples in chapter 16
> 
> 
> 16.6.3
> 
> example 5:
> 
> '<img src="img1.jpg" dur="2s" transOut="awipe" .>'
> ->
> '<img src="img1.jpg" dur="2s" transOut="awipe" ... />'?
> 
> 
> ----------------
> 
> 16.7.1
> 
> example:
> 
> '<foo xmlns:xlink="http://www.w3.org/1999/xlink">
>     ...
>     <transitionFilter xlink:href="#foo" .../>
>     ...
> </foo>'
> 
> -> shouldn't it reference an id attribute or an xml:id attribute?
>      or is the name of the element the same by chance?
> -> maybe better this?
> 
> '<img xmlns:xlink="http://www.w3.org/1999/xlink" id="foo" ...>
>     ...
>     <transitionFilter xlink:href="#foo" .../>
>     ...
> </img>'
> 
> ---------------
> example:
> 
> '<video id="video1" src="car.avi">
>     <transitionfilter id="trans1"
>          type="ellipseWipe" subtype="circle" 
>          begin="2" dur="12" calcMode="discrete" 
>          values="0.083; 0.166; 0.250; 0.333; 0.416; 0.500;
>              0.583; 0.666; 0.750; 0.833; 0.916; 1.000;" />
> </video>'
> typo?
> -> the value of the values attribute cannot end with
> ';'
> -> missing strongly recommended alt attribute for video...


Working Group Resolution (LC-1798):
16.6.3: we will fix the example.

16.7.1, first example: we will fix the ambiguity by replacing the example
with

    <transitionFilter xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#foo" .../>

16.7.1, second example:
we will remove the semicolon, and we will add ... to signal additional
attributes may be needed.

----

Received on Wednesday, 24 October 2007 13:21:31 UTC