- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jan 2010 08:09:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/missing-attributes In directory hutz:/tmp/cvs-serv27875 Added Files: object-missing-data-type.html object-missing-data-type.xhtml Log Message: new --- NEW FILE: object-missing-data-type.html --- <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset=utf-8> <title>object element missing data and type attribute</title> </head> <body> <object></object> </body> </html> --- NEW FILE: object-missing-data-type.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"/> <title>object element missing data and type attributes</title> </head> <body> <object></object> </body> </html>
Received on Tuesday, 26 January 2010 08:09:41 UTC