<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/multiple/2" class="C" 
	scope="wcss:accesskey" testtype="application" type="manual" 
	source="wcss#18.1.2" device="both">
	<assertion>When several ' ' separated values are assigned to an 
	accesskey, the user agent must select all available keys for assignment.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet and a link to a card having both '1' and '2' as 
	accesskey and then ask the user to use both 1 and 2 one at 
	a time and confirm that both activated the link.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[
				a.ric { -wap-accesskey: 1 2; }
			]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Press the keys of the paddle, first the key '1', then '2' to go to 
					<a href="#card1" class="ric">card1</a>
				</p>
				<p class="og">Is the link accessible using the key '1' AND the key '2'?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>link 1 AND 2 <br/>
					Please go back
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
