html5/tests/validation/full/invalid/unknown-attribute embed.html,NONE,1.1 embed.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute
In directory hutz:/tmp/cvs-serv927

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 with invalid attribute</title>
</head>
<body>
<embed bar="foo">baz</embed>
</body>
</html>

--- NEW FILE: embed.html ---
<!DOCTYPE html>
<html>
<head>
<title>element embed with invalid attribute</title>
</head>
<body>
<embed bar="foo">baz</embed>
</body>
</html>

Received on Monday, 13 April 2009 06:57:21 UTC