- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jan 2010 08:25:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/missing-children In directory hutz:/tmp/cvs-serv28935 Modified Files: head-no-title.html hgroup.html Log Message: encoding Index: head-no-title.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/missing-children/head-no-title.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- head-no-title.html 26 Jan 2010 08:23:55 -0000 1.1 +++ head-no-title.html 26 Jan 2010 08:25:09 -0000 1.2 @@ -1,6 +1,7 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> +<meta charset=utf-8> </head> <body> <p>head element missing title child</p> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/missing-children/hgroup.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- hgroup.html 26 Jan 2010 08:23:55 -0000 1.2 +++ hgroup.html 26 Jan 2010 08:25:09 -0000 1.3 @@ -1,6 +1,7 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> +<meta charset=utf-8> <title>"hgroup" missing "h1-h6" child</title> </head> <body>
Received on Tuesday, 26 January 2010 08:25:12 UTC