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

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

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

Index: head.xhtml
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/head.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- head.xhtml	14 Apr 2009 13:52:33 -0000	1.1
+++ head.xhtml	14 Apr 2009 13:53:54 -0000	1.2
@@ -1,8 +1,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
-<head>
+<head bar="foo">
 <title>element head with invalid attribute</title>
 </head>
 <body>
-<head bar="foo">baz</head>
 </body>
 </html>

Index: head.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/head.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- head.html	14 Apr 2009 13:52:33 -0000	1.1
+++ head.html	14 Apr 2009 13:53:54 -0000	1.2
@@ -1,9 +1,8 @@
 <!DOCTYPE html>
 <html>
-<head>
+<head bar="foo">
 <title>element head with invalid attribute</title>
 </head>
 <body>
-<head bar="foo">baz</head>
 </body>
 </html>

Received on Tuesday, 14 April 2009 13:54:05 UTC