html5/tests/validation/full/invalid/unknown-attribute command.html,1.1,1.2 command.xhtml,1.1,1.2

Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute
In directory hutz:/tmp/cvs-serv17711

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


Index: command.xhtml
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/command.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- command.xhtml	13 Apr 2009 06:21:14 -0000	1.1
+++ command.xhtml	13 Apr 2009 06:25:33 -0000	1.2
@@ -3,6 +3,6 @@
 <title>element command with invalid attribute</title>
 </head>
 <body>
-<command bar="foo">baz</command>
+<command bar="foo"/>
 </body>
 </html>

Index: command.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/command.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- command.html	13 Apr 2009 06:21:13 -0000	1.1
+++ command.html	13 Apr 2009 06:25:33 -0000	1.2
@@ -4,6 +4,6 @@
 <title>element command with invalid attribute</title>
 </head>
 <body>
-<command bar="foo">baz</command>
+<command bar="foo">
 </body>
 </html>

Received on Monday, 13 April 2009 06:25:45 UTC