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


<testsuite id="ts0101-textarea">
	
	<metaInfo>
		<testTitle>TEXTAREA</testTitle>
		<shortTitle>Navigate to and edit text of the TEXTAREA control with keyboard</shortTitle>
		<testElement>
			<elementName>TEXTAREA</elementName>
			<hlink href=" ">&hspec; TEXTAREA</hlink>
		</testElement>
		<creator>Colin Koteles</creator>
		
		
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
                <checkpoints>
                        <checkpoint xref="tech-device-independent-ui">
                          <provisions>
                            <provision xref="tech-device-independent-ui-1"/>
                          </provisions>
                        </checkpoint>
                </checkpoints>
 	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Using the standard keyboard or an assistive technology that emulates the 
						keyboard, move focus to the TEXTAREA</item>
				</list>
			</procedure>
			<testCode>
				<form action="../action/return.html" method="post">
					<label for="textarea1">Textarea 1:</label><br/>
					<textarea id="textarea1" name="textarea1" rows="5" cols="40">Use the keyboard to activate the textarea.</textarea> 
				</form>			
			</testCode>
      	<exResults>
				<list>
					<item>The keyboard or assistive technology that emulates the keyboard moves focus to the TEXTAREA </item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>