<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/tabindex/2" class="C" scope="wml:tabindex" testtype="application" type="manual" source="wml13#11.6.1" device="both">
  <assertion>When the TABINDEX attribute of an input element is not specified, the user
agent assigns it a position in the "tabbing order" that is later than all
user-specified TABINDEX attributes within the card.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Use "tab" to move among items:<br/>
Index 2: <input tabindex='2' name='test' size='3' type='text'/><br/>
Index 1: <select tabindex='1' name='select'>
<option value='1'>One</option>
</select><br/>
Index last: <input name='pwd' size='3' type='password'/>
</p>
<p mode="wrap">Did the tab button work as indicated?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

