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

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

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

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

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

Received on Wednesday, 15 April 2009 01:43:51 UTC