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

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

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

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

Index: legend.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/legend.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- legend.html	14 Apr 2009 17:03:52 -0000	1.1
+++ legend.html	14 Apr 2009 17:06:49 -0000	1.2
@@ -4,6 +4,8 @@
 <title>element legend with invalid attribute</title>
 </head>
 <body>
+<figure>
 <legend bar="foo">baz</legend>
+</figure>
 </body>
 </html>

Received on Tuesday, 14 April 2009 17:06:59 UTC