html5/tests/validation/full/invalid/unknown-attribute colgroup.html,NONE,1.1 colgroup.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute
In directory hutz:/tmp/cvs-serv17117

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

--- NEW FILE: colgroup.html ---
<!DOCTYPE html>
<html>
<head>
<title>element colgroup with invalid attribute</title>
</head>
<body>
<colgroup bar="foo">baz</colgroup>
</body>
</html>

--- NEW FILE: colgroup.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>element colgroup with invalid attribute</title>
</head>
<body>
<colgroup bar="foo">baz</colgroup>
</body>
</html>

Received on Monday, 13 April 2009 06:09:47 UTC