<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/3" class="C" scope="wcss:accesskey" 
	testtype="application" type="manual" source="wcss#18.1" device="both">
	<assertion>When the CSS counter is specified as the access key, and
	if the value is  between 0 and 9(inclusive) the user agent must 
	treat it as a numeric key.
	</assertion>
	<notes>Check this test as its writing is not clear enough</notes>
	<specnote>Manual test: Display a WML document with a stylesheet
	in which a counter is set as the value for the '-wap-accesskey' 
	for an A element, and then have 10 links to be accessed using 
	keys from 0 to 9 and then ask the user "Were you able to access 
	all the links using the numeric keys?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[
				a { -wap-accesskey: counter(key) }
			]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Click on each key of the paddle [0..9], one at a time<br/>
					You should reach a different card each time<br/>
					<a href="#card1">card1</a><br/> 
					<a href="#card2">card2</a><br/> 
					<a href="#card3">card3</a><br/>
					<a href="#card4">card4</a><br/> 
					<a href="#card5">card5</a><br/>
					<a href="#card6">card6</a><br/>
					<a href="#card7">card7</a><br/>
					<a href="#card8">card8</a><br/>
					<a href="#card9">card9</a><br/>
					<a href="#card0">card0</a><br/>
				</p>
				<p class="og">Were you able to access all the links using 
					the numeric keys?
					<br />
			         [[yesno]]
				</p>
			</wml:card>
	 		<wml:card id="card0" title="card0">
				<p>link 0</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>		
			<wml:card id="card1" title="card1">
				<p>link 1</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card2" title="card2">
				<p>link 2</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card3" title="card3">
				<p>link 3</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card4" title="card4">
				<p>link 4</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card5" title="card5">
				<p>link 5</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card6" title="card6">
				<p>link 6</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card7" title="card7">
				<p>link 7</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card8" title="card8">
				<p>link 8</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card9" title="card9">
				<p>link 9</p>
				<p>Please go back to the previous card</p>
				<wml:do role="prev">
					<wml:prev/>
				</wml:do>
			</wml:card>

	]]>
	</method>
</test>













