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