<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/a/3" class="D" scope="wml:accesskey" testtype="application" type="manual" source="wml13#9.9" device="both">
  <assertion>User agents should render the value of ACCESSKEYS within an A element
in such a way as to emphasise its role and to distinguish it from other 
characters.
</assertion>
  <notes>changed to untestable as a result of PR2258</notes>
  <specnote>Added with wml version 1.3.  Made class D with reference to PR 2417</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>This is a
<a href="#card1" accesskey="1">link</a>
to another card.
<br/>
This is a
<a href="#card2" accesskey="2">link</a>
to yet another card.
</p>
<p mode="wrap">Are the access keys in the links above rendered to emphasise there role?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
	<do type="options" label="back">
		<prev/>
	</do>
	<p>This is the text of the first card.</p>
</card>
]]>
    </card>
    <card id="2">
      <![CDATA[<card id="card2">
	<do type="options" label="back">
		<prev/>
	</do>
	<p>This is the text of the second card.</p>
</card>
]]>
    </card>
  </cards>
</test>

