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