<!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_4</title> </head> <body> <!-- the following elements should raise errors --> <a href="bad1.htm" tabindex="1">bad 1</a> <a href="bad2.htm" tabindex="2">bad 2</a> <a href="bad3.htm" tabindex="3">bad 3</a> <map id="bad_map"> <area href="bad4.htm" tabindex="4" /> <area href="bad5.htm" tabindex="5" /> <area href="bad6.htm" tabindex="6" /> </map> <form> <input type="text" tabindex="7" /> <input type="checkbox" tabindex="8" /> <input type="radio" tabindex="9" /> <button tabindex="10">button 1</button> <button tabindex="11">button 2</button> <button tabindex="12">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 tabindex="16">textarea 1</textarea> <textarea tabindex="17">textarea 2</textarea> <textarea tabindex="18">textarea 3</textarea> </form> <object data="bad7.jar" tabindex="19">object 1</object> <object data="bad8.jar" tabindex="20">object 2</object> <object data="bad9.jar" tabindex="21">object 3</object> <!-- the following elements should be fine --> </body> </html>