- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 06:32:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv31318 Modified Files: dd.html dd.xhtml Log Message: fixed Index: dd.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/dd.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dd.xhtml 13 Apr 2009 06:31:36 -0000 1.1 +++ dd.xhtml 13 Apr 2009 06:32:53 -0000 1.2 @@ -3,6 +3,9 @@ <title>element dd with invalid attribute</title> </head> <body> +<dl> +<dt></dt> <dd bar="foo">baz</dd> +</dl> </body> </html> Index: dd.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/dd.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- dd.html 13 Apr 2009 06:31:36 -0000 1.1 +++ dd.html 13 Apr 2009 06:32:53 -0000 1.2 @@ -4,6 +4,9 @@ <title>element dd with invalid attribute</title> </head> <body> +<dl> +<dt></dt> <dd bar="foo">baz</dd> +</dl> </body> </html>
Received on Monday, 13 April 2009 06:33:04 UTC