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