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


<testsuite id="ts0208-input-alt">
	
	<metaInfo>
		<testTitle>No Repair Text for the ALT attribute for INPUT elements</testTitle>
		<shortTitle>ALT content for INPUT</shortTitle>
		<testElement>
			<elementName>ALT</elementName>
			<hlink href="http://www.w3.org/TR/html401/struct/objects.html#adef-alt">&hspec; ALT</hlink>
		</testElement>		
		<testElement>
			<elementName>INPUT</elementName>
			<hlink href="http://www.w3.org/TR/html4/interact/forms.html#h-17.4">&hspec; INPUT</hlink>
		</testElement>
		<creator>Dominique Kilman</creator>		
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-null-alt">
            <provisions>
            	<provision xref="tech-null-alt-1"/>
            </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>The user agent should not repair the NULL content of the input element.</item>
					<item>Or, the user agent should generate repair text as specified in Checkpoint 2.7.</item>
				</list>
			</procedure>
			<testCode>
				<form action="../action/return.html" method="get">
				<input type="image" src="../images/input.gif" alt="" name="input"/>  
				</form>
			</testCode>
      	<exResults>
				<list>
					<item>The user agent either makes some default value for the ALT text available to the user agent or informs the user that there is no ALT text.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>