html5/tests/validation/full/valid hgroup.html,NONE,1.1 hgroup.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/valid
In directory hutz:/tmp/cvs-serv29998

Added Files:
	hgroup.html hgroup.xhtml 
Log Message:
initial add


--- NEW FILE: hgroup.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>element hgroup</title>
</head>
<body>
<hgroup>
<h1>foo</h1>
</hgroup>
</body>
</html>

--- NEW FILE: hgroup.html ---
<!DOCTYPE html>
<html>
<head>
<title>element hgroup</title>
</head>
<body>
<hgroup>
<h1>foo</h1>
</hgroup>
</body>
</html>

Received on Friday, 1 May 2009 07:42:56 UTC