<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://commerce.example.com/payment" xmlns:txs="http://sourceforge.net/projects/txs" xmlns="http://www.w3.org/1999/xhtml" xmlns:req="http://www.agencexml.com/requests" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <head>
        <title>8.1.a navindex and accesskey (non-normative)</title>
        <xforms:model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <xforms:instance xmlns="">
                <order>
                    <quantity>3</quantity>
                    <name>Steven</name>
                    <item>Ball</item>
                </order>
            </xforms:instance>
        </xforms:model>
        <link href="../../driverPages/forms/TestSuite11.css" rel="stylesheet"/>
    </head>
    <body>
        <xforms:group xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <xforms:label class="title">8.1.a navindex and accesskey (non-normative)</xforms:label>
        </xforms:group>
        <xforms:group xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <xforms:label>
		    This test case is non-normative and assumes that navindex attributes 
		    will be recognized and interpreted as described in section 4.3.1 of the specification. 
			Navigation order must be the Name input first, the Item input second, and the Quantity input third. 
			Keyboard users can use the Tab key to test the navigation order. 
			The input controls are also set to use access keys. Keyboard users can hold down the Alt key, the Shift 
			key, and the key in parentheses in the labels of the input controls to jump directly to an input control. 
			</xforms:label>
        </xforms:group>
        <xforms:group>
	        <xforms:input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" accesskey="q" navindex="3" ref="/order/quantity">
	            <xforms:label>Quantity(q):</xforms:label>
	        </xforms:input>
        </xforms:group>
        <xforms:group>
	        <xforms:input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" accesskey="n" navindex="1" ref="/order/name">
	            <xforms:label>Name(n):</xforms:label>
	        </xforms:input>
        </xforms:group>
        <xforms:group>
	        <xforms:input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" accesskey="i" navindex="2" ref="/order/item">
	            <xforms:label>Item(i):</xforms:label>
	        </xforms:input>
        </xforms:group>
        
    </body>
</html>
