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


<testsuite id="ts0909-links">
	
	<metaInfo>
		<testTitle>Anchor navigation</testTitle>
		<shortTitle>Structured link navigation</shortTitle>		
		<testElement>
			<elementName>A</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/links.html#h-12.2">&hspec; A</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 links on this page.</item>
				</list>
			</procedure>
			<testCode>
				<a href="../action/return.html">Test link 1</a>
  				<p>Non-link text</p>  
  				<a href="../action/return.html">Test link 2</a>
  				<p>Non-link text</p>   
  				<a href="../action/return.html">Test link 3</a> 
  				<p>Non-link text</p>
  				<a href="../action/return.html">Test link 4</a> 
            <p>Non-link text</p>
			</testCode>
      	<exResults>
				<list>
					<item>The user should be able to navigate sequentially through the hyper-links on this page while skipping non-strucural  text.</item>
				   <item>The user can navigate both forward and backward through the links.</item>
				</list>
			</exResults>
			<source>
				<div>
				&lt;a href="../action/return.html"&gt;Test link 1&lt;/a&gt;<br/>
  				&lt;p&gt;Non-link text&lt;/p&gt;<br/>  
  				&lt;a href="../action/return.html"&gt;Test link 2&lt;/a&gt;<br/>
  				&lt;p&gt;Non-link text&lt;/p&gt;<br/>   
  				&lt;a href="../action/return.html"&gt;Test link 3&lt;/a&gt;<br/> 
  				&lt;p&gt;Non-link text&lt;/p&gt;<br/>
  				&lt;a href="../action/return.html"&gt;Test link 4&lt;/a&gt;<br/> 
            &lt;p&gt;Non-link text&lt;/p&gt;<br/>s
				</div>
			</source>
		</test>
						
	</content>

</testsuite>
