Added textAlign property to highlight the padding
authorPhilippe Le Hégaret <plh@w3.org>
Fri, 12 Dec 2008 02:10:58 +0000
changeset 53 60363aaefa36
parent 52 28316b676e53
child 54 bdfad091a55e
Added textAlign property to highlight the padding
testsuite/Styling/Padding001.xml
testsuite/Styling/Padding002.xml
testsuite/Styling/Padding003.xml
testsuite/Styling/Padding004.xml
--- a/testsuite/Styling/Padding001.xml	Thu Dec 11 21:04:36 2008 +0000
+++ b/testsuite/Styling/Padding001.xml	Fri Dec 12 02:10:58 2008 +0000
@@ -15,7 +15,7 @@
   </head>
   <body>
     <div style="s1" tts:backgroundColor="green">
-      <p begin="0s" end="10s">All the edges are padded <br />by 20 pixels.</p>
+      <p begin="0s" end="10s" tts:textAlign='left'>All the edges are padded <br />by 20 pixels.</p>
     </div>
   </body>
 </tt>
--- a/testsuite/Styling/Padding002.xml	Thu Dec 11 21:04:36 2008 +0000
+++ b/testsuite/Styling/Padding002.xml	Fri Dec 12 02:10:58 2008 +0000
@@ -15,9 +15,9 @@
   </head>
   <body>
     <div style="s1" tts:backgroundColor="green">
-      <p begin="0s" end="5s">The before and after edges <br />are padded by 10 pixels.</p>
+      <p begin="0s" end="5s" tts:textAlign='left'>The before and after edges <br />are padded by 10 pixels.</p>
 
-      <p begin="5s" end="10s">The start and end edges <br />are padded by 30 pixels.</p>
+      <p begin="5s" end="10s" tts:textAlign='right'>The start and end edges <br />are padded by 30 pixels.</p>
 
     </div>
   </body>
--- a/testsuite/Styling/Padding003.xml	Thu Dec 11 21:04:36 2008 +0000
+++ b/testsuite/Styling/Padding003.xml	Fri Dec 12 02:10:58 2008 +0000
@@ -15,11 +15,11 @@
   </head>
   <body>
     <div style="s1" tts:backgroundColor="green">
-      <p begin="0s" end="5s">The before edge <br />is padded by 10 pixels.</p>
+      <p begin="0s" end="5s" tts:textAlign='left'>The before edge <br />is padded by 10 pixels.</p>
 
-      <p begin="5s" end="10s">The start and end edges <br />are padded by 20 pixels.</p>
+      <p begin="5s" end="10s" tts:textAlign='right'>The start and end edges <br />are padded by 20 pixels.</p>
 
-      <p begin="10s" end="15s">The after edge <br />is padded by 40 pixels.</p>
+      <p begin="10s" end="15s" tts:textAlign='right'>The after edge <br />is padded by 40 pixels.</p>
 
     </div>
   </body>
--- a/testsuite/Styling/Padding004.xml	Thu Dec 11 21:04:36 2008 +0000
+++ b/testsuite/Styling/Padding004.xml	Fri Dec 12 02:10:58 2008 +0000
@@ -15,13 +15,13 @@
   </head>
   <body>
     <div style="s1" tts:backgroundColor="green">
-      <p begin="0s" end="5s">The before edge <br />is padded by 10 pixels.</p>
+      <p begin="0s" end="5s" tts:textAlign='left'>The before edge <br />is padded by 10 pixels.</p>
 
-      <p begin="5s" end="10s">The end edge <br />is padded by 20 pixels.</p>
+      <p begin="5s" end="10s" tts:textAlign='right'>The end edge <br />is padded by 20 pixels.</p>
 
-      <p begin="10s" end="15s">The after edge <br />is padded by 30 pixels.</p>
+      <p begin="10s" end="15s" tts:textAlign='right'>The after edge <br />is padded by 30 pixels.</p>
 
-      <p begin="15s" end="20s">The start edge <br />is padded by 40 pixels.</p>
+      <p begin="15s" end="20s" tts:textAlign='left'>The start edge <br />is padded by 40 pixels.</p>
     </div>
   </body>
 </tt>