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

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

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

Index: link.xhtml
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/link.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- link.xhtml	15 Apr 2009 01:43:36 -0000	1.1
+++ link.xhtml	15 Apr 2009 01:48:29 -0000	1.2
@@ -1,7 +1,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>element link with invalid attribute</title>
-<link bar="foo"/>
+<link bar="foo" href="url" rel="stylesheet"/>
 </head>
 <body>
 </body>

Index: link.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/link.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- link.html	15 Apr 2009 01:43:36 -0000	1.1
+++ link.html	15 Apr 2009 01:48:29 -0000	1.2
@@ -2,7 +2,7 @@
 <html>
 <head>
 <title>element link with invalid attribute</title>
-<link bar="foo">
+<link bar="foo" href="url" rel="stylesheet">
 </head>
 <body>
 </body>

Received on Wednesday, 15 April 2009 01:48:39 UTC