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

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

Modified Files:
	accesskey-bad-pair1.html accesskey-bad-pair2.html 
Log Message:
fix explanatory text


Index: accesskey-bad-pair2.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/bad-value/accesskey-bad-pair2.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- accesskey-bad-pair2.html	26 May 2009 10:27:28 -0000	1.1
+++ accesskey-bad-pair2.html	27 May 2009 03:37:12 -0000	1.2
@@ -4,7 +4,6 @@
 <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>
+<a href="url" accesskey="a">this link has an accesskey attribute with an invalid surrogate pair (an 'a' followed by a low surrogate)</a>
 </body>
 </html>

Index: accesskey-bad-pair1.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/bad-value/accesskey-bad-pair1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- accesskey-bad-pair1.html	26 May 2009 10:27:28 -0000	1.1
+++ accesskey-bad-pair1.html	27 May 2009 03:37:12 -0000	1.2
@@ -4,7 +4,6 @@
 <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>
+<a href="url" accesskey="b">this link has an accesskey attribute with an invalid surrogate pair (a high surrogate followed by a 'b')</a>
 </body>
 </html>

Received on Wednesday, 27 May 2009 03:37:20 UTC