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

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

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

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

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

Received on Tuesday, 14 April 2009 17:19:46 UTC