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


<testsuite id="ts0101-frame-src">
	
	<metaInfo>
		<testTitle>FRAME and FRAMESET</testTitle>
		<shortTitle>Use the keyboard to move the keyboard focus between 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>FRAMESET</elementName>
			<hlink href="http://www.w3.org/TR/html401/present/frames.html#edef-FRAMESET">&hspec; FRAMESET</hlink>
		</testElement>		
		<creator>Colin Koteles</creator>
		
		
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
                <checkpoints>
                        <checkpoint xref="tech-device-independent-ui">
                          <provisions>
                            <provision xref="tech-device-independent-ui-1"/>
                          </provisions>
                        </checkpoint>
                </checkpoints>
 	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Using the standard keyboard or an assistive technology that emulates the 
						keyboard, move focus to the links in the different frames in this page.</item>
				</list>
			</procedure>
			<testCode>
				<div>(Test contained within the frameset document.) <a href="0101-FRAME-TEST.html">Link to the test frameset</a></div>
			</testCode>
      	<exResults>
				<list>
					<item>The standard keyboard or an assistive technology that emulates the keyboard 
  						moves focus between the frames on this page.</item>
				</list>
			</exResults>
			<source>
				<div>
				&lt;frameset rows="70%, 15%, 15%"&gt;<br/>
				&lt;frame name="head" src="0101-FRAME-SRC.html" title="Frame Test Suite Information" scrolling="yes"/&gt;<br/> 
   			&lt;frame name="target1" src="../frames/frame-target1.html" title="Frame Test Suite Target 1" scrolling="yes"/&gt;<br/> 
   			&lt;frame name="target2" src="../frames/frame-target2.html" title="Frame Test Suite Target 2" scrolling="yes"/&gt;<br/> 
				&lt;noframes&gt;<br/>
					This test suite requires frames to be supported and enabled by your browser.  Please enable frames to use this suite.<br/>
				&lt;/noframes&gt;<br/>	
				&lt;/frameset&gt;<br/>	
				</div>
			</source>
		</test>
						
	</content>

</testsuite>
