<!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>WAI_3_9_5</title> </head> <body> <!-- the following elements should raise errors --> <a href="bad1.htm" accesskey="a">bad 1</a> <a href="bad2.htm">bad 2</a> <a href="bad3.htm">bad 3</a> <map id="bad_map"> <area href="bad4.htm" accesskey="b" /> <area href="bad5.htm" /> <area href="bad6.htm" /> </map> <form> <input type="text" accesskey="c" /> <input type="checkbox" /> <input type="radio" /> <button accesskey="d">button 1</button> <button>button 2</button> <button>button 3</button> <!--<select tabindex="13"> <option>option 1</option> </select> <select tabindex="14"> <option>option 2</option> </select> <select tabindex="15"> <option>option 3</option> </select>--> <textarea accesskey="e">textarea 1</textarea> <textarea>textarea 2</textarea> <textarea>textarea 3</textarea> </form> <label accesskey="f">label 1</label> <label>label 2</label> <label>label 3</label> <fieldset> <legend accesskey="f">legend 1</legend> </fieldset> <fieldset> <legend>legend 2</legend> </fieldset> <fieldset> <legend>legend 3</legend> </fieldset> <!-- the following elements should be fine --> </body> </html>