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


<testsuite id="ts0203-frame-longdesc-src">
	
	<metaInfo>
		<testTitle>LONGDESC attribute for FRAME elements</testTitle>
		<shortTitle>Render LONGDESC content for FRAMES</shortTitle>
		<testElement>
			<elementName>FRAME</elementName>
			<hlink href="http://www.w3.org/TR/html401/present/frames.html#edef-FRAME">&hspec; FRAME</hlink>
		</testElement>
		<testElement>
			<elementName>LONGDESC</elementName>
			<hlink href="http://www.w3.org/TR/html401/struct/global.html#adef-title">&hspec; LONGDESC</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>When viewing frames, the values of the LONGDESC attribute must be available through the user interface.</item>
					<item>Most user agents will provide access to the LONGDESC information by providing access to the document whose URI is contained by the LONGDESC attribute, or through querying the frame in a context senstive menu.</item>
				</list>
			</procedure>
			<testCode><div>(Test contained within the frameset document.) <a href="0203-FRAME-LONGDESC-TEST.html">Link to the test frameset</a></div></testCode>
      	<exResults>
				<list>
					<item>The conditional content associated with the LONGDESC attribute must be available for each frame.</item>
					<item>This information should be used to provide access to the external document containing the frame description.</item>
				</list>
			</exResults>
			<source>
				<div>
				&lt;frameset rows="70%, 30%"&gt;<br/>
  				&lt;frame name="head" src="0203-FRAME-LONGDESC-SRC.html" title="FRAME LONGDESC Test Suite Information" longdesc="../action/frame-description.html" scrolling="yes"/&gt;<br/>
  				&lt;frame name="target1" src="../frames/frame-target1.html" title="Frame Test Suite Target 1" longdesc="../action/frame-description.html" scrolling="no"/&gt;<br/> 
   			&lt;noframes&gt;<br/> 
  				&lt;div class="message"&gt;Frames are disabled or not supported by this user
					agent.  To use this test suite, frames must be enabled.&lt;/div&gt;<br/>
	 			&lt;/noframes&gt;<br/>
				&lt;/frameset&gt;<br/>
				</div> 	
			</source>
		</test>
						
	</content>

</testsuite>
