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

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

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


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

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

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

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

Received on Friday, 1 May 2009 08:09:49 UTC