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


<testsuite id="ts0101-radio">
	
	<metaInfo>
		<testTitle>RADIO buttons</testTitle>
		<shortTitle>Navigate to and change state of RADIO control with keyboard</shortTitle>
		<testElement>
			<elementName>RADIO</elementName>
			<hlink href="http://www.w3.org/TR/html401/interact/forms.html#radio">&hspec; RADIO buttons </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 keyboard or an assistive technology that emulates the keyboard, check and uncheck the following radio buttons.</item>
				</list>
			</procedure>
			<testCode>
				<form action="../action/return.html" method="post">
				<label for="button1">Button 1:&nbsp;</label>
				<input id="button1" type="radio" value="1" name="radio-input" checked="checked"/><br/>
				<label for="button2">Button 2:&nbsp;</label>
				<input id="button2" type="radio" value="2" name="radio-input"/>
		   	</form>
			</testCode>
      	<exResults>
				<list>
					<item>Keyboard or assistive technology the emulates the keyboard checks and unchecks the associated radio button</item>
				</list>
			</exResults>		
		</test>				
	</content>

</testsuite>