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


<testsuite id="ts0203-frame-title-src">
	
	<metaInfo>
		<testTitle>TITLE attribute for FRAME elements</testTitle>
		<shortTitle>Render TITLE 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>TITLE</elementName>
			<hlink href="http://www.w3.org/TR/html401/struct/global.html#adef-title">&hspec; TITLE</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 TITLE attribute must be available through the user interface.</item>
					<item>Most user agents will provide access to the title information by either rendering the TITLE automatically (i.e. as part of a title bar) 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-TITLE-TEST.html">Link to the test frameset</a></div></testCode>
      	<exResults>
				<list>
					<item>The conditional content associated with the TITLE attribute must be available for each frame.</item>
					<item>The top frame TITLE is "FRAME TITLE Test Suite Information" and the bottom frame TITLE is "FRAME TITLE Test Suite Target 1".</item>
				</list>
			</exResults>
			<source>
				<div>
				&lt;frameset rows="70%, 30%"&gt;<br/>
  				&lt;frame name="head" src="0203-FRAME-TITLE-SRC.html" title="FRAME TITLE Test Suite Information" scrolling="yes"/&gt;<br/>
  				&lt;frame name="target1" src="../frames/frame-target1.html" title="Frame Test Suite Target 1" 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>
