html5/tests/validation/full/invalid/bad-value embed-type.html,NONE,1.1 embed-type.xhtml,NONE,1.1

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