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

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

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

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

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

Received on Monday, 13 April 2009 06:54:26 UTC