- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 May 2009 08:09:41 +0000
- To: public-html-commits@w3.org
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