<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/tabindex/1" class="C" scope="wml:tabindex" testtype="application" type="manual" source="wml13#11.6.1" device="both">
  <assertion>When the TABINDEX attribute of an element is specified as a number, it defines
the relative position in the "tabbing order" within the card - where
numerically greater 
numbers indicate a later position than numerically lesser numbers.
</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 3: <input tabindex='3' name='test' size='3' type='text'/><br/>
Index 2: <input tabindex='2' name='pwd' size='3' type='password'/><br/>
Index 1: <select tabindex='1' name='select'>
<option value='1'>One</option>
</select>
</p>
<p mode="wrap">Did the tab button work as indicated?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

