<?xml version="1.0"?>
<!DOCTYPE testsuite SYSTEM 
"http://www.w3.org/WAI/UA/TS/dtd/uaag-testsuite-2.dtd">


<testsuite id="ts1102-input-configuration">
	
	<metaInfo>
		<testTitle>View author bindings for accesskey</testTitle>
		<shortTitle>View author bindings for accesskey</shortTitle>		
		<testElementList>
			<testElementItem specName="HTML 4.01" cite="http://www.w3.org/TR/html401/interact/forms.html#adef-accesskey">ACCESSKEY</testElementItem>
		</testElementList>	
		<creator>Colin Koteles</creator>						
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-info-current-author-config">
            <provisions>
            	<provision xref="tech-info-current-author-config-1"/>																													
			   </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>	
		<test section="1">
			<procedure>
				<list>
					<item>Query the user agent for a centralized view of the accesskeys associated with each of the test form controls and test links</item>
				</list>
			</procedure>
			<testCode>
				<form action="../action/return.html" method="post" title="Test Form 1">
						<table border="1" cellpadding="5" summary="Layout table for test form number 1">
							<tr><th>Test form for form control elements containing the accesskey attribute</th></tr> 				
							<tr><td><label>Test text input (accesskey "A"):&nbsp;<input type="text" name="text1" accesskey="A"/></label></td></tr>
							<tr><td><label>Test textarea input (accesskey "B"):&nbsp;<textarea rows="1" cols="20" name="textarea1" accesskey="B"></textarea></label></td></tr>							
							<tr><td><label>Test reset input button (accesskey "C"):&nbsp;<input type="reset" name="reset1" accesskey="C" value="Reset"/></label></td></tr>
							<tr><td><label>Test submit input button (accesskey "D"):&nbsp;<input type="submit" name="submit1" accesskey="D" value="Submit"/></label></td></tr>							
						</table>
					</form>					
					<table border="1" cellpadding="5" summary="Layout table for test example links">
							<tr><th>Test links containing the accesskey attribute</th></tr> 				
							<tr><td><a href="../action/return.html" accesskey="E">Test link 1</a> (accesskey "E")</td></tr>
							<tr><td><a href="../action/return.html" accesskey="F">Test link 2</a> (accesskey "F")</td></tr>
							<tr><td><a href="../action/return.html" accesskey="G">Test link 3</a> (accesskey "G")</td></tr>
							<tr><td><a href="../action/return.html" accesskey="H">Test link 4</a> (accesskey "H")</td></tr>										
					</table>					
			</testCode>
      	<exResults>
				<list>
					<item>The user agent provides a centralized view or listing of the particualr accesskeys associated with the test form controls and test links.</item>					
					<item>These control/binding and link/binding pairs should correspond to the label of each element in the test area (i.e. "Test link 1" and accesskey "E").</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
