New
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 16 Jan 2009 14:41:15 +0000
changeset 74 64d79b3b1bb3
parent 73 3ceb984cddbb
child 75 4c8d2f817c3d
New
testsuite/Timing/BasicTimeContainment001.xml
testsuite/Timing/BasicTimeContainment002.xml
testsuite/Timing/BasicTimeContainment003.xml
testsuite/Timing/BasicTimeContainment004.xml
testsuite/Timing/BasicTiming001.xml
testsuite/Timing/BasicTiming002.xml
testsuite/Timing/BasicTiming003.xml
testsuite/Timing/BasicTiming006.xml
testsuite/Timing/BasicTiming007.xml
testsuite/Timing/BasicTiming008.xml
testsuite/Timing/BasicTiming010.xml
testsuite/Timing/BasicTiming011.xml
testsuite/Timing/BasicTiming012.xml
testsuite/Timing/BeginDur001.xml
testsuite/Timing/BeginEnd001.xml
testsuite/Timing/BeginEnd002.xml
testsuite/Timing/BeginEnd003.xml
testsuite/Timing/FixedBeginEnd002.xml
testsuite/Timing/MediaParTiming001.xml
testsuite/Timing/MediaParTiming003.xml
testsuite/Timing/MediaSeqTiming001.xml
testsuite/Timing/MediaSeqTiming002.xml
testsuite/Timing/MediaSeqTiming003.xml
testsuite/Timing/MediaSeqTiming004.xml
testsuite/Timing/MediaSeqTiming005.xml
testsuite/Timing/MediaSeqTiming006.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTimeContainment001.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Container 001</ttm:title>
+            <ttm:desc>Basic par containment</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+        <layout>
+            <region xml:id="r1"/>
+         </layout>
+    </head>
+     <body region="r1">
+         <div timeContainer="par" dur="10s">
+             <p timeContainer="par" >
+                 <span dur="5s">This first sentence persists for 5 seconds.</span>
+                 <span dur="10s">This second sentence persists for 10 seconds</span>
+             </p>
+         </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTimeContainment002.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Container 002</ttm:title>
+            <ttm:desc>Basic par containment</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq"  dur="20s">
+             <p timeContainer="par" dur="10s">
+                 <span dur="5s">This first sentence persists for 5 seconds.</span>
+                 <span dur="10s">This second sentence persists for 10 seconds</span>
+             </p>
+             <p dur="10s">This sentence appears at 10 seconds and persists for 10 seconds</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTimeContainment003.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Container 003</ttm:title>
+            <ttm:desc>Begin after parent ends</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="10s">
+             <p timeContainer="par" dur="10s">
+                 <span begin="5s" dur="5s">This first sentence begins at 5 seconds and persists for 5 seconds.</span>
+                 <span begin="10s" dur="5s">This second sentence should not appear</span>
+             </p>
+             <p dur="10s">This third sentence should not appear</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTimeContainment004.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Container 004</ttm:title>
+            <ttm:desc>Begin after parent ends</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="par" dur="10s">
+             <p timeContainer="par" dur="10s">
+                 <span begin="5s" dur="5s">This first sentence begins at 5 seconds and persists for 5 seconds.</span>
+                 <span begin="10s" dur="5s">This second sentence should not appear</span>
+             </p>
+             <p  begin="10s" dur="10s">This third sentence should not appear</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming001.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 001</ttm:title>
+            <ttm:desc>Testing basic time expressions  on par</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par">
+            <p begin="00:00:10:00" dur="10s">This text must appear at 10 seconds<br/>and be remain visible to 20 seconds.</p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming002.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 002</ttm:title>
+            <ttm:desc>Testing basic time expressions  on par</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par">
+            <p begin="10s" dur="00:00:10.0">This text must appear at 10 seconds<br/>and remain visible to 20 seconds</p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming003.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 003</ttm:title>
+            <ttm:desc>Testing basic time expressions  on seq</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq">
+            <p begin="10s" dur="00:00:10:00.0">This text must appear at 10 seconds<br/>and remain visible to 20 seconds</p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming006.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 006</ttm:title>
+            <ttm:desc>Testing default sequential timing on anonymous spans in par context</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq">
+            <p timeContainer="par" dur="00:00:15:00">This text must appear at 0 seconds and disappear at 15 seconds
+            <br/>This text must also appear at 0 seconds and disappear at 15 seconds
+            </p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming007.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 007</ttm:title>
+            <ttm:desc>Testing default  zero duration of   anonymous spans in a seq context</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par">
+            <p timeContainer="seq" begin="5s" dur="00:00:15:00">This text must not appear.
+            <span dur="10s">This text should appear at  5 seconds and stay till 15 seconds</span>
+            This text must not appear.
+        </p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming008.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 008</ttm:title>
+            <ttm:desc>Testing deeply nested seq context</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq" tts:displayAlign="after">
+            <p timeContainer="seq" dur="00:00:15:00">
+                <span begin="1s" dur="20s">
+                    <span begin="1s" dur="20s">
+                        <span begin="1s" dur="20s">
+                            <span begin="1s" dur="20s">
+                                <span begin="1s" dur="20s">
+                                    <span begin="1s" dur="20s">This text must appear at 6 seconds and disappear at 15 seconds<br/>
+                                    </span>This text must appear at 5 seconds and disappear at 15 seconds<br/>
+                                </span>This text must appear at 4 seconds and disappear at 15 seconds<br/>
+                            </span>This text must appear at 3 seconds and disappear at 15 seconds<br/>
+                        </span>This text must appear at 2 seconds and disappear at 15 seconds<br/>
+                    </span>This text must appear at 1 seconds and disappear at 15 seconds<br/>
+                </span>This text must not appear
+            </p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming010.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Basic 010</ttm:title>
+            <ttm:desc>Testing basic time expressions  on span</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par">
+            <p begin="10000ms" dur="00:00:30:00">
+                <span end="0.001h">This text must appear at 10 seconds and disappear at 13.6 seconds</span>
+                <br/>
+                <span begin="0.25m" dur="300f">This text must appear at 25 seconds and disappear at 35 seconds</span>
+            </p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming011.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+  <head>
+      <metadata>
+          <ttm:title>Timing Test - Basic 011</ttm:title>
+          <ttm:desc>Using basic time expressions to simulate rollup</ttm:desc>
+          <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+      </metadata>
+      <styling>
+      <style xml:id="s1"
+                         tts:displayAlign="after"
+                         tts:backgroundColor="black" 
+                         tts:color="white" 
+                         tts:origin="0px 0px" 
+                         tts:extent="20em 3em"
+                         />
+       </styling>
+      <layout>
+          <region xml:id="rollup" style="s1"   />
+      </layout>
+  </head>
+  <body region="rollup" timeContainer="par">
+    <div region="rollup" timeContainer="par">
+      <p timeContainer="par">
+          <span begin="0.1875s" >This </span>
+          <span begin="0.375s" >text </span>
+          <span begin="0.5625s" >should </span>
+          <span begin="0.75s" ><br/>appear </span>
+          <span begin="0.9375s" >one </span>
+          <span begin="1.125s" >word </span>
+          <span begin="1.3125s" ><br/>At </span>
+          <span begin="1.5s" >a  </span>
+          <span begin="1.6875s" >time </span>
+          <span begin="1.875s" ><br/>spread </span>
+          <span begin="2.0625s" >over </span>
+          <span begin="2.25s" >three </span>
+          <span begin="2.4375s" >lines<br/></span>
+         <span begin="2.625s" ><br/></span>
+         <span begin="2.8125s" ><br/></span>
+         <span begin="3s" ><br/></span>
+      </p>
+     </div>
+ </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/BasicTiming012.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+  <head>
+      <metadata>
+          <ttm:title>Timing Test - Basic 012</ttm:title>
+          <ttm:desc>Using basic time expressions to simulate crawl</ttm:desc>
+          <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+      </metadata>
+      <styling>
+            <style xml:id="s2"
+                         tts:displayAlign="after"
+                         tts:backgroundColor="black"
+                         tts:color="white"
+                         tts:origin="0px 4em"
+                         tts:extent="20em 3em"
+                         tts:wrapOption="noWrap"
+                         tts:overflow="scroll"
+                         />
+          <style xml:id="p20" tts:padding="20em 0em 0em 0em" />
+          <style xml:id="p4" tts:padding="4em 0em 0em 0em" />
+      </styling>
+      <layout>
+           <region xml:id="crawl" style="s2"  />
+      </layout>
+  </head>
+  <body region="crawl" timeContainer="par">
+      <div region="crawl" timeContainer="par">
+          <p timeContainer="par">
+              <span begin="0.1875s" style="p20">This </span>
+              <span begin="0.375s" >text </span>
+              <span begin="0.5625s" >should </span>
+              <span begin="0.75s" >appear </span>
+              <span begin="0.9375s" >on </span>
+              <span begin="1.125s" >one </span>
+              <span begin="1.3125s" >line </span>
+              <span begin="1.5s" >scrolling  </span>
+              <span begin="1.6875s" >from </span>
+              <span begin="1.875s" >right </span>
+              <span begin="2.0625s" >to </span>
+              <span begin="2.25s" >left </span>
+              <span begin="2.4375s" style="p4"/>
+              <span begin="2.625s" style="p4"/>
+              <span begin="2.8125s" style="p4"/>
+              <span begin="3s" style="p4"/>
+          </p>
+      </div>
+  </body>
+</tt>
\ No newline at end of file
--- a/testsuite/Timing/BeginDur001.xml	Thu Jan 15 15:35:39 2009 +0000
+++ b/testsuite/Timing/BeginDur001.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -6,11 +6,11 @@
   <head>
     <metadata> 
       <ttm:title>Timing Test - BeginEnd - 001</ttm:title>
-      <ttm:desc>Test the begin and dur attributes on p elements.</ttm:desc>
+      <ttm:descr>Test the begin and dur attributes on p elements.</ttm:descr>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
   </head>
-  <body>
+  <body  timeContainer="par">
     <div>
       <p begin='0s' dur='6s'>This test is going to display a message<br />every other second.</p>
       <p begin='6s' dur='1s'>From 6s to 7s,</p>
--- a/testsuite/Timing/BeginEnd001.xml	Thu Jan 15 15:35:39 2009 +0000
+++ b/testsuite/Timing/BeginEnd001.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -6,11 +6,11 @@
   <head>
     <metadata> 
       <ttm:title>Timing Test - BeginEnd - 001</ttm:title>
-      <ttm:desc>Test the begin and end attributes on p elements.</ttm:desc>
+      <ttm:descr>Test the begin and end attributes on p elements.</ttm:descr>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
   </head>
-  <body>
+  <body timeContainer="par">
     <div>
       <p begin='0s' end='6s'>This test is going to display a message<br />every other second.</p>
       <p begin='6s' end='7s'>From 6s to 7s,</p>
--- a/testsuite/Timing/BeginEnd002.xml	Thu Jan 15 15:35:39 2009 +0000
+++ b/testsuite/Timing/BeginEnd002.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -6,11 +6,11 @@
   <head>
     <metadata> 
       <ttm:title>Timing Test - Begin - 002</ttm:title>
-      <ttm:desc>Test the begin attribute with no end or dur attribute on p elements.</ttm:desc>
+      <ttm:descr>Test the begin attribute with no end or dur attribute on p elements.</ttm:descr>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
   </head>
-  <body>
+    <body timeContainer="par">
     <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>
--- a/testsuite/Timing/BeginEnd003.xml	Thu Jan 15 15:35:39 2009 +0000
+++ b/testsuite/Timing/BeginEnd003.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -6,11 +6,11 @@
   <head>
     <metadata> 
       <ttm:title>Timing Test - BeginEnd - 003</ttm:title>
-      <ttm:desc>Test the begin and end attributes on p elements in random order. @@Is it a valid test?</ttm:desc>
+      <ttm:descr>Test the begin and end attributes on p elements in random order. @@Is it a valid test?</ttm:descr>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
   </head>
-  <body>
+  <body  timeContainer="par">>
     <div>
       <p begin='0s' end='6s'>This test is going to display a message<br />every other second.</p>
       <p begin='18s' end='19s'>and, from 18s to 19s.</p>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/FixedBeginEnd002.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 007</ttm:title>
+            <ttm:desc>Testing more end truncation on seq</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <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>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaParTiming001.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Par - 001</ttm:title>
+            <ttm:desc>Testing multiple elements in par</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par">
+            <p begin="10s" dur="00:00:10:00">This text must appear at 10 seconds<br/>and be remain visible to 20 seconds,<br/></p>
+            <p begin="00:00:05:00" dur="10s">This text must appear at 5 seconds<br/>and be remain visible to 15 seconds,<br/>
+            </p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaParTiming003.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Par - 003</ttm:title>
+            <ttm:desc>Testing par in seq and default timing attributes</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq" dur="40s">
+            <div timeContainer="par" dur="10s">
+                <metadata>
+                    <ttm:desc>default duration for par in this context is 0</ttm:desc>
+                </metadata>
+                <p  dur="5s">This text must appear at 0 seconds<br/>and be remain visible to 5 seconds,</p>
+                <p begin="5s" >This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+            </div>
+            <div timeContainer="par" dur="10s">
+                <p begin="00:00:05:00" dur="5s">This text must appear at 15 seconds<br/>and be remain visible to 20 seconds.</p>
+                <p >This text must appear at 10 seconds<br/>and be remain visible to 20 seconds.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaSeqTiming001.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
+    ttp:timeBase="media">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 003</ttm:title>
+            <ttm:desc>Testing basic seq and time expressions</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq">
+            <metadata>
+                <ttm:desc>default duration for seq in this context is indefinite</ttm:desc>
+            </metadata>
+            <p begin="5s" dur="00:00:05:00">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+            <p begin="00:00:05:00" dur="5s">This text must appear at 15 seconds<br/>and be remain visible to 20 seconds,</p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaSeqTiming002.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 002</ttm:title>
+            <ttm:desc>Testing seq in seq and default timing attributes</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq" dur="40s">
+            <div timeContainer="seq" dur="20s">
+                <metadata>
+                    <ttm:desc>default duration for elements in this context is 0</ttm:desc>
+                </metadata>
+                <p begin="00:00:05:00" dur="5s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+                <p begin="00:00:05:00">This text must not appear.</p>
+                <p  dur="00:00:05:00">This text must appear at 15 seconds<br/>and be remain visible to 20 seconds,</p>
+            </div>
+            <div timeContainer="seq" dur="20s">
+                <p begin="00:00:05:00" dur="5s">This text must appear at 25 seconds<br/>and be remain visible to 30 seconds..</p>
+                <p >This text must not appear.</p>
+                <p begin="5s" dur="00:00:05:00">This text must appear at 35 seconds<br/>and be remain visible to 40 seconds.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaSeqTiming003.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 003</ttm:title>
+            <ttm:desc>Testing default duration in seq context </ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq" dur="40s">
+            <metadata>
+                <ttm:desc>default duration for seq in this context is 0</ttm:desc>
+            </metadata>
+            <div timeContainer="seq">
+                <p begin="00:00:05:00" dur="5s">This text must not appear.</p>
+                <p begin="5s" dur="00:00:05:00"> This text must not appear.</p>
+            </div>
+            <div timeContainer="seq" dur="20s">
+                <p begin="00:00:05:00" dur="5s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds.</p>
+                <p begin="5s" dur="00:00:05:00">This text must appear at 15 seconds<br/>and be remain visible to 20 seconds.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaSeqTiming004.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 004</ttm:title>
+            <ttm:desc>Testing dur truncation</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq" dur="20s">
+            <div timeContainer="seq" dur="20s">
+                <metadata>
+                    <ttm:desc>default duration for seq in this context is 0</ttm:desc>
+                </metadata>
+                <p begin="00:00:05:00" dur="5s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+                <p begin="5s" dur="00:00:05:00">This text must appear at 15 seconds<br/>and be remain visible to 20 seconds,</p>
+            </div>
+              <div timeContainer="seq" dur="20s">
+               <metadata>
+                    <ttm:desc>This div will not be shown as parent dur is too short</ttm:desc>
+                </metadata>
+               <p begin="00:00:05:00" dur="5s">This text must not appear.</p>
+                <p begin="5s" dur="00:00:05:00">This text must not appear.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaSeqTiming005.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 005</ttm:title>
+            <ttm:desc>Testing end truncation on seq</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq" end="30s">
+              <metadata>
+                    <ttm:desc>end truncates seq at 30s</ttm:desc>
+              </metadata>
+            <div timeContainer="seq" dur="20s">
+               <p begin="00:00:05:00" dur="5s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+                <p begin="5s" dur="00:00:05:00">This text must appear at 15 seconds<br/>and be remain visible to 20 seconds,</p>
+            </div>
+           <div timeContainer="seq" dur="20s">
+                <p begin="00:00:05:00" dur="5s">This text must appear at 25 seconds<br/>and be remain visible to 30 seconds.</p>
+                <p begin="5s" dur="00:00:05:00">This text must not appear.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Timing/MediaSeqTiming006.xml	Fri Jan 16 14:41:15 2009 +0000
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Timing Test - Seq - 006</ttm:title>
+            <ttm:desc>Testing end truncation on seq</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par" end="10s">
+              <metadata>
+                    <ttm:desc>end truncates par at 10s</ttm:desc>
+              </metadata>
+            <div timeContainer="seq" dur="20s">
+               <p begin="00:00:05:00" dur="5s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+                <p begin="5s" dur="00:00:05:00">This text must not appear.</p>
+            </div>
+           <div timeContainer="seq" dur="20s">
+                <p begin="00:00:05:00" dur="5s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds.</p>
+                <p begin="5s" dur="00:00:05:00">This text must not appear.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file