html5/tests/validation/full/invalid/bad-value accesskey-bad-pair1.html,NONE,1.1 accesskey-bad-pair2.html,NONE,1.1

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

Added Files:
	accesskey-bad-pair1.html accesskey-bad-pair2.html 
Log Message:
initial add


--- NEW FILE: accesskey-bad-pair2.html ---
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8">
<title>accesskey attribute</title>
</head>
<body>
<a href="url" accesskey="a b c">this link has an accesskey attribute with multiple items</a>
<a href="url" accesskey="a">this link has an accesskey attribute with a valid surrogate pair</a>
</body>
</html>

--- NEW FILE: accesskey-bad-pair1.html ---
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8">
<title>accesskey attribute</title>
</head>
<body>
<a href="url" accesskey="a b c">this link has an accesskey attribute with multiple items</a>
<a href="url" accesskey="b">this link has an accesskey attribute with a valid surrogate pair</a>
</body>
</html>

Received on Tuesday, 26 May 2009 10:27:40 UTC