- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 05:36:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv14879 Added Files: body.html body.xhtml Log Message: initial add --- NEW FILE: body.html --- <!DOCTYPE html> <html> <head> <title>element body with invalid attribute</title> </head> <body> <body bar="foo">baz</body> </body> </html> --- NEW FILE: body.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element body with invalid attribute</title> </head> <body> <body bar="foo">baz</body> </body> </html>
Received on Monday, 13 April 2009 05:36:41 UTC