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