- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 May 2009 08:02:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/descendants In directory hutz:/tmp/cvs-serv31161 Added Files: footer-header.html footer-header.xhtml Log Message: initial add --- NEW FILE: footer-header.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-header.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:02:20 UTC