- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Apr 2009 01:41:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv11801 Modified Files: li.html li.xhtml Log Message: fixed Index: li.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/li.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- li.xhtml 15 Apr 2009 01:39:34 -0000 1.1 +++ li.xhtml 15 Apr 2009 01:41:15 -0000 1.2 @@ -3,9 +3,8 @@ <title>element li with invalid attribute</title> </head> <body> -<dl> -<dt></dt> +<ul> <li bar="foo">baz</li> -</dl> +</ul> </body> </html> Index: li.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/li.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- li.html 15 Apr 2009 01:39:34 -0000 1.1 +++ li.html 15 Apr 2009 01:41:15 -0000 1.2 @@ -4,9 +4,8 @@ <title>element li with invalid attribute</title> </head> <body> -<dl> -<dt></dt> +<ul> <li bar="foo">baz</li> -</dl> +</ul> </body> </html>
Received on Wednesday, 15 April 2009 01:41:26 UTC