<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/multiple/1" 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 the first available one 
	and ignore the others.
	</assertion>
	<specnote>Manual test, Display a WML document including a
	stylesheet and with link to a card having '1' ,'2', '3' as 
	accesskey and ask the user to try using '1', '2', '3' one at a 
	time to access the link and confirm that the link was accessible 
	only by the key '1'.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[
				a.ric { -wap-accesskey: 1, 2, 3; }
			]]>
		</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' 
					and finally '3' to go to 
					<a href="#card1" class="ric">card1</a>
				</p>
				<p class="og">Is the link ONLY accessible using the key '1'?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>link 1 <br/>
					Please go back
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
