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

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

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

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

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

Received on Tuesday, 14 April 2009 17:04:04 UTC