<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/multiple/3" class="C" 
	scope="wcss:accesskey" testtype="application" type="manual" 
	source="wcss#18.1.2" device="both">
	<assertion>When an access key list contains both ',' and ' ' (space)
	operators, the user agent must assign the first available key in the
	comma separated list.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet and a link to a card having '1, 2 3, 4 5 6' as accesskey 
	and then ask the user to use '1', '2', '3', '4', '5' and '6', 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, 4 5 6; }
			]]>
		</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', 
					'3', '4', '5' and finally 6 to go to 
					<a href="#card1" class="ric">card1</a>
				</p>
				<p class="og">Is the link accessible using the key '1'?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>link 1 ONLY<br/>
					Please go back
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>

</test>
