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

Update of /sources/public/html5/tests/validation/full/invalid/descendants
In directory hutz:/tmp/cvs-serv30942

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


--- NEW FILE: footer-footer.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>"footer" with "header" descendant</title>
</head>
<body>
<footer>
<header></header>
</footer>
</body>
</html>

--- NEW FILE: footer-footer.html ---
<!DOCTYPE html>
<html>
<head>
<title>"footer" with "header" descendant</title>
</head>
<body>
<footer>
<header></header>
</footer>
</body>
</html>

Received on Friday, 1 May 2009 08:00:57 UTC