- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jan 2010 08:23:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/missing-children In directory hutz:/tmp/cvs-serv28807 Modified Files: hgroup.html Added Files: head-no-title.html head-no-title.xhtml Log Message: new --- NEW FILE: head-no-title.html --- <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <p>head element missing title child</p> </body> </html> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/missing-children/hgroup.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- hgroup.html 1 May 2009 08:14:37 -0000 1.1 +++ hgroup.html 26 Jan 2010 08:23:55 -0000 1.2 @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>"hgroup" missing "h1-h6" child</title> </head> --- NEW FILE: head-no-title.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <p>head element missing title child</p> </body> </html>
Received on Tuesday, 26 January 2010 08:23:58 UTC