New
authorPhilippe Le Hégaret <plh@w3.org>
Mon, 24 Nov 2008 20:27:51 +0000
changeset 22 15f1dba88063
parent 21 f3315898f212
child 23 d1e5742f337e
New
testsuite/Content/Paragraph004.xml
testsuite/Content/Paragraph005.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Content/Paragraph004.xml	Mon Nov 24 20:27:51 2008 +0000
@@ -0,0 +1,18 @@
+<?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#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+  <head>
+    <metadata> 
+      <ttm:title>Content Test - Paragraph - 004</ttm:title>
+      <ttm:descr>Test the p element with xml:space default.</ttm:descr>
+      <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+    </metadata>
+  </head>
+  <body>
+    <div>
+      <p xml:space='default' begin="0s" end="10s">This text
+ must appear on one line.</p>
+    </div>
+  </body>
+</tt>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Content/Paragraph005.xml	Mon Nov 24 20:27:51 2008 +0000
@@ -0,0 +1,18 @@
+<?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#style"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
+  <head>
+    <metadata> 
+      <ttm:title>Content Test - Paragraph - 005</ttm:title>
+      <ttm:descr>Test the p element with xml:space preserve.</ttm:descr>
+      <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+    </metadata>
+  </head>
+  <body>
+    <div>
+      <p xml:space='preserve' begin="0s" end="10s">This text
+ must appear on one line.</p>
+    </div>
+  </body>
+</tt>