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


<testsuite id="ts0203-area-alt">
	
	<metaInfo>
		<testTitle>ALT attribute for AREA elements</testTitle>
		<shortTitle>Render ALT content for AREA</shortTitle>
		<testElement>
			<elementName>AREA</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/objects.html#h-13.6.1">&hspec; AREA</hlink>
		</testElement>
		<testElement>
			<elementName>ALT</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/objects.html#adef-alt">&hspec; ALT</hlink>
		</testElement>		
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
   	<checkpoints>
      	<checkpoint xref="tech-conditional-content">
         	<provisions>
					<provision xref="tech-conditional-content-1"/>
            	<provision xref="tech-conditional-content-2"/>
            </provisions>
         </checkpoint>
      </checkpoints>
 	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>The user agent should display the conditional content of the area element.</item>
				</list>
			</procedure>
			<testCode>
				<img src="../images/map-area2.gif" alt="Test Map Area" width="140" height="40" usemap="#testMap" border="0"/>
				<map name="testMap" id="testMap" title="Test Map Area">					
	 				<area alt="Green Map Area" shape="rect" coords="0,0,70,40" nohref="nohref"/>
					<area alt="Red Map Area" shape="rect" coords="71,0,140,40" nohref="nohref"/>
				</map>			
			</testCode>
      	<exResults>
				<list>
					<item>The user agent should display the conditional content--"Green Map Area"--for the area of the map element with the green background.</item>
					<item>The user agent should display the conditional content--"Red Map Area"--for the area of the map element with the red background.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
