<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/accesskey/wap-accesskey/xhtml/1" class="C" 
	scope="wcss:accesskey" testtype="application" type="manual" 
	source="wcss#18.1.3" device="both">
	<assertion>When the XHTML accesskey attribute is present on an
	element it must be translated into the -wap-accesskey rule 
	with specificity equal to zero
	</assertion>
	<specnote>Manual test: Display a WML document with a stylesheet
	in which the 'accesskey' is set to '1' and the '-wap-accesskey' 
	is set to '2' for an A element and display a link to another 
	card and ask the user to try to access the link with '1' first 
	and then '2' and confirm that the link could be accessed only with '2'.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[
				a.ric { -wap-accesskey: 2  }
			]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Press the numner 1 key, and then number 2<br/>
					<a href="#card1" accesskey="1" class="ric">card1</a>
				</p>
				<p class="og">Is the link ONLY accessible using the key '2'?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>link 1 only<br/>
					Please go back to the previous card and answer the question
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
