<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/a/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.9" device="gateway">
  <assertion>If A elements are nested the encoder shall produce an error
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Select this&nbsp;<anchor>
<go href="<deck1>">
</go>link</anchor>&nbsp;and then come back to
this screen.</p>
<p mode="wrap">Did the UA show an error?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="main">
<p>This is a nested 'a' element
<a href="#card1">link1<a href="#card1">link2</a></a>
</p>
</card>

<card id="card1">
	<do type="options" label="back">
		<prev/>
	</do>

<p>This is some text</p>
</card>
]]>
    </deck>
  </decks>
</test>

