Fixed opacity background color function name (rgba)
authorPhilippe Le Hégaret <plh@w3.org>
Mon, 08 Dec 2008 21:05:58 +0000
changeset 40 c7ec137dcc60
parent 39 b1c9ec066615
child 41 eb2c1729b97d
Fixed opacity background color function name (rgba)
testsuite/Styling/BackgroundColor005.xml
--- a/testsuite/Styling/BackgroundColor005.xml	Mon Dec 08 21:04:10 2008 +0000
+++ b/testsuite/Styling/BackgroundColor005.xml	Mon Dec 08 21:05:58 2008 +0000
@@ -10,7 +10,7 @@
       <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
     </metadata>
   </head>
-  <body tts:backgroundColor="rgb(255,0,255,50)">
+  <body tts:backgroundColor="rgba(255,0,255,50)">
     <div>
       <p begin="0s" end="10s">The background is magenta with 50% opacity.<br/><span tts:color="rgba(255,0,255)">This text is 100% magenta.</span></p>
     </div>