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


<testsuite id="ts1104-single-key-global-volume">
	
	<metaInfo>
		<testTitle>Decrease and Increase Global Volume Using a Single Key</testTitle>
		<shortTitle>Decrease and Increase Global Volume Using a Single Key</shortTitle>		
		<testElementList>
			<testElementItem specName="HTML 4.01" cite="http://www.w3.org/TR/html4/struct/text.html">OBJECT</testElementItem>
		</testElementList>	
		<creator>Colin Koteles</creator>			
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-single-key">
            <provisions>
					<provision xref="tech-single-key-2"/>																																		
			   </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>	
		<test section="1">
			<procedure>
				<list>
					<item>Configure the user agent so that a single key can be used to increase the global volume of the audio file contained within this page.</item>
					<item>Configure the user agent so that a single key can be used to decrease the global volume of the audio file contained within this page.</item>
					<item>Use the configured single keys to decrease and increase the global volume of the audio volume contained within this page.</item>
				</list>
			</procedure>
			<testCode>
				<div>
				<object type="audio/x-wav" standby="Loading Audio" data="../images/homer.wav" width="44" height="26">
				  <param name="src" value="../images/homer.wav"/>
				  <param name="autostart" value="false"/>
				  <param name="loop" value="true"/>
				  <param name="controls" value="playButton"/>
				  (Homer) Computers can do that?
				</object>
				</div>
			</testCode>
      	<exResults>
				<list>
					<item>The user agent can be configured so that a single key can be used to increase the global volume.</item>
					<item>The user agent can be configured so that a single key can be used to decrease the global volume.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>