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

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

Added Files:
	iframe.html iframe.xhtml 
Log Message:
initial add

--- NEW FILE: iframe.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>element iframe with invalid attribute</title>
</head>
<body>
<iframe bar="foo">baz</iframe>
</body>
</html>

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

Received on Tuesday, 14 April 2009 14:13:13 UTC