- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 07:12:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/bad-value In directory hutz:/tmp/cvs-serv2315 Added Files: embed-type.html embed-type.xhtml Log Message: initial add --- NEW FILE: embed-type.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element embed with bad type value</title> </head> <body> <embed type="foo"/> </body> </html> --- NEW FILE: embed-type.html --- <!DOCTYPE html> <html> <head> <title>element embed with bad type value</title> </head> <body> <embed type="foo"> </body> </html>
Received on Monday, 13 April 2009 07:12:56 UTC