- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 May 2009 01:32:05 +0000
- To: public-html-commits@w3.org
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