html5/tests/validation/full/valid embed.html,NONE,1.1 embed.xhtml,NONE,1.1

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