getFirstInterval in SMIL3

Dear all,

I would like to query the pseudocode for getFirstInterval in SMIL3. In
particular the following fragment:

   If (currentInterval.end > currentInterval.begin)

       Set tempBegin = the first value in the begin list that is >=
beginAfter.

   Else

       Set tempBegin = the first value in the begin list that is >
beginAfter.


I believe this belongs in the pseudocode for getNextInterval as there is no
current interval in getFirstInterval. Furthermore, this code comes from the
following erratum from SMIL2 where it is given as a correction for
getNextInterval:

  http://www.w3.org/2001/07/REC-SMIL20-20010731-errata#E15

Best regards,

Brian Birtles

Received on Wednesday, 21 January 2009 22:50:13 UTC