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


<testsuite id="ts0203-abbr">
	
	<metaInfo>
		<testTitle>ABBR elements</testTitle>
		<shortTitle>Render ABBR element content</shortTitle>
		<testElement>
			<elementName>ABBR</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/text.html#h-9.2.1">&hspec; Phrase Elements</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 abbr element.</item>
				</list>
			</procedure>
			<testCode>
				<abbr title="Illinois">IL</abbr> is an abbreviation for Illinois.
			</testCode>
      	<exResults>
				<list>
					<item>The contents of the abbr title attribute--"Illinois"--is available to the user agent.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
