html5/tests/validation/full/invalid/obsolete dir.html,1.1,1.2 dir.xhtml,1.1,1.2

Update of /sources/public/html5/tests/validation/full/invalid/obsolete
In directory hutz:/tmp/cvs-serv25477

Modified Files:
	dir.html dir.xhtml 
Log Message:
fixed

Index: dir.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/dir.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dir.html	16 Apr 2009 07:32:12 -0000	1.1
+++ dir.html	16 Apr 2009 07:33:28 -0000	1.2
@@ -4,6 +4,6 @@
 <title>the "dir" element is obsolete</title>
 </head>
 <body>
-<dir>baz</dir>
+<dir></dir>
 </body>
 </html>

Index: dir.xhtml
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/dir.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dir.xhtml	16 Apr 2009 07:32:12 -0000	1.1
+++ dir.xhtml	16 Apr 2009 07:33:28 -0000	1.2
@@ -3,6 +3,6 @@
 <title>the "dir" element is obsolete</title>
 </head>
 <body>
-<dir>baz</dir>
+<dir></dir>
 </body>
 </html>

Received on Thursday, 16 April 2009 07:33:40 UTC