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


<testsuite id="ts0909-table-header">
	
	<metaInfo>
		<testTitle>TABLE HEADER navigation</testTitle>
		<shortTitle>Structured table header navigation</shortTitle>		
		<testElement>
			<elementName>TABLE</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1">&hspec; TABLE</hlink>
		</testElement>		
		<testElement>
			<elementName>TH</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/tables.html#h-11.2.6">&hspec; TH</hlink>
		</testElement>
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-nav-structure">
            <provisions>
            	<provision xref="tech-nav-structure-1"/>
					<provision xref="tech-nav-structure-2"/>				
			   </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Using the keyboard or an assistive technology that emulates the keyboard, navigate forward and backward through the table headers on this page.</item>
				</list>
			</procedure>
			<testCode>
			 	  <p class="test">Non-structural text</p>   
				  <table border="1" cellpadding="5" summary="Test header navigation table">
					 <tr>
						<th>Table 1 - Header 1</th>
						<th>Table 1 - Header 2</th>
						<th>Table 1 - Header 3</th>
					 </tr>
					 <tr>
						<td>Cell 1.1</td>
						<td>Cell 1.2</td>
						<td>Cell 1.3</td>
					 </tr>
					 <tr>
						<td>Cell 2.1</td>
						<td>Cell 2.2</td>
						<td>Cell 2.3</td>
					 </tr>
				  </table>
				  <p class="test">Non-structural text</p>
				  <table border="1" cellpadding="5" summary="Test header navigation table">
					 <tr>
						<th>Table 2 - Header 1</th>
						<th>Table 2 - Header 2</th>
						<th>Table 2 - Header 3</th>
					 </tr>
					 <tr>
						<td>Cell 1.1</td>
						<td>Cell 1.2</td>
						<td>Cell 1.3</td>
					 </tr>
					 <tr>
						<td>Cell 2.1</td>
						<td>Cell 2.2</td>
						<td>Cell 2.3</td>
					 </tr>
				  </table>
				  <p class="test">Non-structural text</p>   
			</testCode>
      	<exResults>
				<list>
					<item>The user should be able to navigate sequentially through the table headers on this page while skipping non-header cells.</item>
				   <item>The user can navigate both forward and backward through the table headers.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
