- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 May 2009 08:14:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/missing-children In directory hutz:/tmp/cvs-serv31860 Added Files: hgroup.html hgroup.xhtml Log Message: initial add --- NEW FILE: hgroup.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>"hgroup" missing "h1-h6" child</title> </head> <body> <hgroup> </hgroup> </body> </html> --- NEW FILE: hgroup.html --- <!DOCTYPE html> <html> <head> <title>"hgroup" missing "h1-h6" child</title> </head> <body> <hgroup> </hgroup> </body> </html>
Received on Friday, 1 May 2009 08:14:49 UTC