<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-nz"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>NZ_S_15_3</title> </head> <body> <!--comment out the following elements to test this rule--> <!--<a href="link1.htm" accesskey="1">access key 1</a> <area href="area1.htm" accesskey="2" /> <button accesskey="3">access key 3</button> <input type="text" accesskey="4" /> <label accesskey="5">access key 5</label> <legend accesskey="6">access key 6</legend> <textarea accesskey="7">access key 7</textarea>--> <!--leave these following elements--> <a href="link2.htm">no access key</a> <area href="area2.htm" /> <button>no access key</button> <input type="text" /> <label>no access key</label> <legend>no access key</legend> <textarea>no access key</textarea> </body> </html>