- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 May 2009 08:03:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/descendants In directory hutz:/tmp/cvs-serv31257 Modified Files: footer-footer.html footer-footer.xhtml Log Message: corrected Index: footer-footer.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/descendants/footer-footer.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- footer-footer.xhtml 1 May 2009 08:00:45 -0000 1.1 +++ footer-footer.xhtml 1 May 2009 08:03:16 -0000 1.2 @@ -1,10 +1,10 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>"footer" with "header" descendant</title> +<title>"footer" with "footer" descendant</title> </head> <body> <footer> -<header></header> +<footer></footer> </footer> </body> </html> Index: footer-footer.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/descendants/footer-footer.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- footer-footer.html 1 May 2009 08:00:45 -0000 1.1 +++ footer-footer.html 1 May 2009 08:03:16 -0000 1.2 @@ -1,11 +1,11 @@ <!DOCTYPE html> <html> <head> -<title>"footer" with "header" descendant</title> +<title>"footer" with "footer" descendant</title> </head> <body> <footer> -<header></header> +<footer></footer> </footer> </body> </html>
Received on Friday, 1 May 2009 08:03:27 UTC