Fixed the green color
authorPhilippe Le Hégaret <plh@w3.org>
Thu, 11 Dec 2008 20:38:55 +0000
changeset 50 98d22e58a9bc
parent 49 612d9957de8b
child 51 f4c4fc72021d
Fixed the green color
testsuite/Styling/Color004.xml
testsuite/Styling/Color005.xml
--- a/testsuite/Styling/Color004.xml	Thu Dec 11 20:26:11 2008 +0000
+++ b/testsuite/Styling/Color004.xml	Thu Dec 11 20:38:55 2008 +0000
@@ -12,7 +12,7 @@
   </head>
   <body>
     <div>
-      <p tts:color="rgb(0,255,0)" begin="0s" end="10s">This text must be green.</p>
+      <p tts:color="rgb(0,128,0)" begin="0s" end="10s">This text must be green.</p>
     </div>
   </body>
 </tt>
--- a/testsuite/Styling/Color005.xml	Thu Dec 11 20:26:11 2008 +0000
+++ b/testsuite/Styling/Color005.xml	Thu Dec 11 20:38:55 2008 +0000
@@ -12,7 +12,7 @@
   </head>
   <body>
     <div>
-      <p begin="0s" end="10s"><span tts:color="rgb(0,255,0)">This is the green color as a reference.</span><br/><span tts:color="rgba(0,255,0,128)">This text must be semi-transparent green.</span></p>
+      <p begin="0s" end="10s"><span tts:color="rgb(0,128,0)">This is the green color as a reference.</span><br/><span tts:color="rgba(0,128,0,128)">This text must be semi-transparent green.</span></p>
     </div>
   </body>
 </tt>