<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/multiple/4" 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, and a comma separated entity is a list of space separated
	access keys, the user agent must select all available key in the
	space separated list for assignment.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet and a link to a card having '1 2 3, 4 5, 6 7 8' as accesskey 
	and then ask the user to use '1', '2', '3', '4', '5', '6', '7' and '8', 
	one at a time to access the link and confirm that the link was accessible 
	only by the keys '1', '2' and '3'.
	</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 7 8; }
			]]>
		</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', '6', '7' and finally '8' to go to 
					<a href="#card1" class="ric">card1</a>
				</p>
				<p class="og">Is the link ONLY accessible using the keys 
					'1', '2' and '3'?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>link 1, 2 and 3 ONLY<br/>
					Please go back
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
