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

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

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

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

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

Received on Monday, 13 April 2009 06:00:18 UTC