- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Apr 2009 13:57:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv8365 Modified Files: hr.html hr.xhtml Log Message: fixed Index: hr.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/hr.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- hr.html 14 Apr 2009 13:56:09 -0000 1.1 +++ hr.html 14 Apr 2009 13:57:06 -0000 1.2 @@ -4,6 +4,6 @@ <title>element hr with invalid attribute</title> </head> <body> -<hr bar="foo">baz</hr> +<hr bar="foo"> </body> </html> Index: hr.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/hr.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- hr.xhtml 14 Apr 2009 13:56:09 -0000 1.1 +++ hr.xhtml 14 Apr 2009 13:57:06 -0000 1.2 @@ -3,6 +3,6 @@ <title>element hr with invalid attribute</title> </head> <body> -<hr bar="foo">baz</hr> +<hr bar="foo"/> </body> </html>
Received on Tuesday, 14 April 2009 13:57:17 UTC