Fixed id attribute for s2
authorPhilippe Le Hégaret <plh@w3.org>
Wed, 10 Dec 2008 03:22:13 +0000
changeset 45 3a2a0f9578d2
parent 44 90613cc35174
child 46 3cc03554dd32
Fixed id attribute for s2
testsuite/Styling/Styling001.xml
--- a/testsuite/Styling/Styling001.xml	Wed Dec 10 03:21:12 2008 +0000
+++ b/testsuite/Styling/Styling001.xml	Wed Dec 10 03:22:13 2008 +0000
@@ -11,7 +11,7 @@
     </metadata>
     <styling>
     	<style xml:id="s1" tts:color="red" tts:textDecoration="none" tts:textAlign="center" tts:backgroundColor="blue" />
-    	<style id="s2" tts:color="blue" tts:textDecoration="underline" tts:textAlign="left" tts:backgroundColor="green" />
+    	<style xml:id="s2" tts:color="blue" tts:textDecoration="underline" tts:textAlign="left" tts:backgroundColor="green" />
     </styling>
   </head>
   <body>