<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/intrinsics/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.10" device="gateway">
  <assertion>Conflicting event bindings within an element shall result in the
gateway producing 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 display an error?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="main">
	<onevent type="onenterforward">
		<go href="#card1"></go>
	</onevent>
	<onevent type="onenterforward">
		<go href="#card2"></go>
	</onevent>
	<p>
	<do type="options" label="back">
		<prev/>
	</do>
	These are conflicting event bindings
	</p>
</card>

<card id="card1">
	<p>
	<do type="options" label="back">
		<prev/>
	</do>
	This is some text for card 1
	</p>
</card>

<card id="card2">
	<p>
	<do type="options" label="back">
		<prev/>
	</do>
	This is some text for card 2
	</p>
</card>
]]>
    </deck>
  </decks>
</test>

