Re: Implementations and testing

                               
Hi, 
 
I was going through the testcases for SMIL 1.0 
at http://smil.nist.gov/Testcase.html, and 
found test repeat-infinite.smi to define an infinite
loop using repeat="0", instead of "indefinite":
 
... 
<body>
    <par repeat="0">
...
 
Is this legal value for repeat? In SMIL 2.0 spec
http://www.w3.org/TR/2001/REC-smil20-20010807/smil-timing.html#Timing-repeatAttribute
for deprecated repeat attribute, it says the the value should be
greater than 0. SMIL 1.0 spec doesn't say anything. So, I assume the test
case is wrong? 
 
There was also a strange test for fragment-id attribute in
fragment-id.smi.
 
 - Kari 

On Thu, 21 Jun 2001, Philipp Hoschka wrote:

> Talking about testsuites, there is actually also a testsuite for
> SMIL 1.0. You can find it at
> 
> http://smil.nist.gov/Testcase.html
> 

Received on Friday, 14 September 2001 03:26:05 UTC