Now valida according to xsd
authorPhilippe Le Hégaret <plh@w3.org>
Sat, 06 Jun 2009 00:19:48 +0000
changeset 144 6d4bde199ef4
parent 143 fefc40b4c5b7
child 145 83b0d0effe4a
Now valida according to xsd
testsuite/Animation/Animation013.xml
testsuite/Animation/Animation017.xml
testsuite/Animation/BasicTiming005.xml
testsuite/Content/Paragraph004.xml
testsuite/Content/Paragraph005.xml
testsuite/Styling/Padding006.xml
testsuite/Styling/Padding007.xml
testsuite/Styling/Padding008.xml
testsuite/Timing/BeginEnd003.xml
--- a/testsuite/Animation/Animation013.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Animation/Animation013.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -14,7 +14,7 @@
      <body>
          <div timeContainer="seq" dur="20s">
              <p  dur="10s" tts:textDecoration ="overline">
-                 <set tts:textDecoration="throughline " begin="2s" />
+                 <set tts:textDecoration="lineThrough " begin="2s" />
                  <set tts:textDecoration="underline " begin="4s" />
                  <set tts:textDecoration="none " begin="6s" />The line should move progressively down through this sentence every 2 seconds</p>
          </div>
--- a/testsuite/Animation/Animation017.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Animation/Animation017.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -27,10 +27,10 @@
       </region>
     </layout>
   </head>
-  <body region="r1 r2">
-    <div region="r1 r2" timeContainer="par" dur="10s">
-      <p region="r1" dur="10s" tts:wrapOption="visible">This text should appear from 0 to 5s</p>
-      <p region="r2" dur="10s" tts:wrapOption="visible">This text should appear from 5s to 10s</p>
+  <body>
+    <div timeContainer="par" dur="10s">
+      <p region="r1" dur="10s" tts:overflow="visible">This text should appear from 0 to 5s</p>
+      <p region="r2" dur="10s" tts:overflow="visible">This text should appear from 5s to 10s</p>
     </div>
   </body>
-</tt>
\ No newline at end of file
+</tt>
--- a/testsuite/Animation/BasicTiming005.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Animation/BasicTiming005.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -10,15 +10,8 @@
             <ttm:desc>Testing multiple set expressions in par context</ttm:desc>
             <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
         </metadata>
+    <layout>
       <region xml:id="r1">
-        <style tts:origin="0px 0px"/>
-        <style tts:opacity="0" />
-        <style tts:extent="240px 200px"/>
-        <style tts:backgroundColor="black"/>
-        <style tts:color="white"/>
-        <style tts:textAlign="start"/>
-        <style tts:fontSize="12px"/>
-        <style tts:zIndex="1"/>
         <set begin="1s" dur="00:00:01:00" tts:opacity="0.05" />
         <set begin="2s" dur="00:00:01:00" tts:opacity="0.1" />
         <set begin="3s" dur="00:00:01:00" tts:opacity="0.2" />
@@ -33,7 +26,16 @@
         <set begin="12s" dur="00:00:01:00" tts:opacity="0.75" />
         <set begin="13s" dur="00:00:01:00" tts:opacity="0.5" />
         <set begin="14s" dur="00:00:01:00" tts:opacity="0.25" />
+	<style tts:origin="0px 0px"/>
+	<style tts:opacity="0" />
+	<style tts:extent="240px 200px"/>
+	<style tts:backgroundColor="black"/>
+	<style tts:color="white"/>
+        <style tts:textAlign="start"/>
+        <style tts:fontSize="12px"/>
+        <style tts:zIndex="1"/>
       </region>
+    </layout>
     </head>
    <body timeContainer="par">
         <div timeContainer="seq">
--- a/testsuite/Content/Paragraph004.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Content/Paragraph004.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <tt xmlns="http://www.w3.org/2006/10/ttaf1"
     xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
-    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xml:lang="en">
   <head>
     <metadata> 
       <ttm:title>Content Test - Paragraph - 004</ttm:title>
--- a/testsuite/Content/Paragraph005.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Content/Paragraph005.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <tt xmlns="http://www.w3.org/2006/10/ttaf1"
     xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
-    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xml:lang="en">
   <head>
     <metadata> 
       <ttm:title>Content Test - Paragraph - 005</ttm:title>
--- a/testsuite/Styling/Padding006.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Styling/Padding006.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -9,12 +9,14 @@
       <ttm:desc>Test tts:padding attribute with em values.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
-    <region xml:id="r1">
-    	<style tts:origin="0px 0px"/>
-    	<style tts:extent="200px 100px"/>
-    	<style tts:textAlign="left"/>
-    	<style tts:padding="2em"/>
-    </region>
+    <layout>
+      <region xml:id="r1">
+	<style tts:origin="0px 0px"/>
+	<style tts:extent="200px 100px"/>
+	<style tts:textAlign="left"/>
+	<style tts:padding="2em"/>
+      </region>
+    </layout>
   </head>
   <body>
     <div tts:backgroundColor="green">
--- a/testsuite/Styling/Padding007.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Styling/Padding007.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -9,12 +9,14 @@
       <ttm:desc>Test tts:padding attribute with em values.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
-    <region xml:id="r1">
-    	<style tts:origin="0px 0px"/>
-    	<style tts:extent="200px 100px"/>
-    	<style tts:textAlign="left"/>
-    	<style tts:padding="20%"/>
-    </region>
+    <layout>
+      <region xml:id="r1">
+	<style tts:origin="0px 0px"/>
+	<style tts:extent="200px 100px"/>
+	<style tts:textAlign="left"/>
+	<style tts:padding="20%"/>
+      </region>
+    </layout>
   </head>
   <body>
     <div tts:backgroundColor="green">
--- a/testsuite/Styling/Padding008.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Styling/Padding008.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -9,12 +9,14 @@
       <ttm:desc>Test tts:padding attribute with c values.</ttm:desc>
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
-    <region xml:id="r1">
-    	<style tts:origin="0px 0px"/>
-    	<style tts:extent="200px 100px"/>
-    	<style tts:textAlign="left"/>
-    	<style tts:padding="3c"/>
-    </region>
+    <layout>
+      <region xml:id="r1">
+	<style tts:origin="0px 0px"/>
+	<style tts:extent="200px 100px"/>
+	<style tts:textAlign="left"/>
+	<style tts:padding="3c"/>
+      </region>
+    </layout>
   </head>
   <body>
     <div tts:backgroundColor="green">
--- a/testsuite/Timing/BeginEnd003.xml	Fri Jun 05 23:53:12 2009 +0000
+++ b/testsuite/Timing/BeginEnd003.xml	Sat Jun 06 00:19:48 2009 +0000
@@ -10,7 +10,7 @@
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
   </head>
-  <body  timeContainer="par">>
+  <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>