html5/tests/validation/full/invalid/bad-value TEST.html,NONE,1.1

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

Added Files:
	TEST.html 
Log Message:
initial add

--- NEW FILE: TEST.html ---
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8">
<title>accesskey attribute with duplicate key labels</title>
</head>
<body>
<p>The following is an instance of an accesskey with duplicate
items in its value:
<a href=url accesskey="a b ぬ c ぬ">foo</a>
</p>
<p>The following is an instance of an accesskey with an invalid
multi-character item in its value:
<a href=url accesskey="a b c ほげ">foo</a>
</p>
</body>
</html>

Received on Monday, 18 May 2009 01:32:14 UTC