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

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

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

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

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

Received on Monday, 13 April 2009 06:02:04 UTC