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


<testsuite id="ts0203-map-title">
	
	<metaInfo>
		<testTitle>TITLE attribute for MAP element</testTitle>
		<shortTitle>Render TITLE attribute content for MAP elements</shortTitle>
		<testElement>
			<elementName>MAP</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/objects.html#h-13.6.1">&hspec; MAP</hlink>
		</testElement>
		<testElement>
			<elementName>TITLE</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/global.html#adef-title">&hspec; TITLE</hlink>
		</testElement>
		<creator>Dominique Kilman</creator>		
		<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 map element.</item>
				</list>
			</procedure>
			<testCode>
				<img src="../images/map-area.gif" width="140" height="40" usemap="#testMap" border="0"/>
				<map name="testMap" id="testMap" title="Test Map Area">
				<p>&nbsp;</p>						 				
				</map>			
			</testCode>
      	<exResults>
				<list>
					<item>The title text for the map area--"Test Map Area"--is available for display by the user agent.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>