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

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

Added Files:
	command-default.html command-default.xhtml 
Log Message:
initial add


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

--- NEW FILE: command-default.html ---
<!DOCTYPE html>
<html>
<head>
<title>element command with invalid attribute "default"</title>
</head>
<body>
<command default>
</body>
</html>

Received on Wednesday, 6 May 2009 12:18:55 UTC