<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/4" 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 less than 0 and greater than 9, the user agent 
	must ignore it.
	</assertion>
	<specnote>Manual test: Display a WML document with a stylesheet
	in which a counter is set as the value of '-wap-accesskey' 
	property for an A element, starting at 10 and then ask the 
	user to access the link using any key and then confirm that the 
	link was inaccessible that way.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[
				a { -wap-accesskey: counter(key);
						counter-reset: key 10 }
			]]>
		</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 not be able to reach any cards<br/>
					<a href="#card1">card1</a><br/>
				</p>
				<p class="og">Are any links unavailable?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>link 10<br/>
					If you reach this card, the test has failed
					Please Go back to the previous card
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
