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


<testsuite id="ts0207-input-alt">
	
	<metaInfo>
		<testTitle>repairing missing ALT conditional content for INPUT</testTitle>
		<shortTitle>Repair missing INPUT ALT content</shortTitle>
		<testElement>
			<elementName>INPUT</elementName>
			<hlink href="http://www.w3.org/TR/html4/interact/forms.html#h-17.4">&hspec; INPUT</hlink>
		</testElement>
		<testElement>
			<elementName>ALT</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/objects.html#adef-alt">&hspec; ALT</hlink>
		</testElement>
		<creator>Dominique Kilman</creator>
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-missing-alt">
            <provisions>
            	<provision xref="tech-missing-alt-1"/>
            </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Configure the user agent to render ALT text and reload this page.</item>
					<item>Repair text should be rendered for the INPUT element in the same manner as standard ALT text.</item>
				</list>
			</procedure>
			<testCode>
				<form action="../action/return.html" method="get">
				<input type="image" src="../images/input.gif" name="input"/>  
				</form>			
			</testCode>
      	<exResults>
				<list>
					<item>The user agent may satisfy this checkpoint by rendering repair text based on any of the following available sources of information: URI reference, content type, or element type.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
