html5/tests/validation/full/invalid/bad-value a-name-empty.html,NONE,1.1 a-name-empty.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/bad-value
In directory hutz:/tmp/cvs-serv29388

Added Files:
	a-name-empty.html a-name-empty.xhtml 
Log Message:
new

--- NEW FILE: a-name-empty.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>invalid empty value for a/@name</title>
</head>
<body>
<a name=''></a>
</body>
</html>

--- NEW FILE: a-name-empty.html ---
<!DOCTYPE html>
<html>
<head>
<title>invalid empty value for a/@name</title>
<meta charset=utf-8>
</head>
<body>
<a name=''></a>
</body>
</html>

Received on Wednesday, 2 December 2009 05:06:34 UTC