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

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

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

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

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

Received on Tuesday, 14 April 2009 13:58:39 UTC