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

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

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

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

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

Received on Monday, 13 April 2009 06:01:13 UTC