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

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

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

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

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

Received on Tuesday, 14 April 2009 17:13:49 UTC