- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 07:21:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/valid In directory hutz:/tmp/cvs-serv2630 Added Files: embed.html embed.xhtml Log Message: initial add --- NEW FILE: embed.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element embed</title> </head> <body> <embed src="url" height="10" width="10" type="foo/bar" bar="foo"/> </body> </html> --- NEW FILE: embed.html --- <!DOCTYPE html> <html> <head> <title>element embed</title> </head> <body> <embed src="url" height="10" width="10" type="foo/bar" bar="foo"> </body> </html>
Received on Monday, 13 April 2009 07:21:38 UTC