beginEnd002: par timeContainer and child with no duration

We currently have the test beginEnd002 as follows:
[[
  <body>
    <div>
      <p begin='0s'>This test counts from 0 to 10 in 10 seconds.<br/>0</p>
      <p begin='1s'>This test counts from 0 to 10 in 10 seconds.<br/>1</p>
      <p begin='2s'>This test counts from 0 to 10 in 10 seconds.<br/>2</p>
      <p begin='3s'>This test counts from 0 to 10 in 10 seconds.<br/>3</p>
      <p begin='4s'>This test counts from 0 to 10 in 10 seconds.<br/>4</p>
      <p begin='5s'>This test counts from 0 to 10 in 10 seconds.<br/>5</p>
      <p begin='6s'>This test counts from 0 to 10 in 10 seconds.<br/>6</p>
      <p begin='7s'>This test counts from 0 to 10 in 10 seconds.<br/>7</p>
      <p begin='8s'>This test counts from 0 to 10 in 10 seconds.<br/>8</p>
      <p begin='9s'>This test counts from 0 to 10 in 10 seconds.<br/>9</p>
      <p begin='10s'>This test counts from 0 to 10 in 10 seconds.<br/>10</p>
      <p begin='11s' end='20s'>This test is over.</p>
    </div>
  </body>
]]

What is the expected behavior?

1- give up because the document is not conforming

2- only shows the last paragraph from 11 to 20 because the other 
paragraphs have unresolved durations (that's the behavior of JW FLV
Media Player)

3- all paragraphs will end at 20 (and begin at their respective times)
because at least one of the children has a resolved duration

4- the first 11 paragraphs will show for one second each and the last
paragraph will show from 11 to 20 (that's what ccPlayer and Adobe are
doing)


Philippe

Received on Monday, 15 December 2008 21:44:03 UTC