<?xml version="1.0" encoding="UTF-8"?>

<test id="wae/features/uabehaviour/navhistory/rules/1" class="A" 
	scope="wae" testtype="application" type="manual" source="wae#7.11.1.2" 
	device="client">
	<assertion>The user agent must implement the navigational history model
	that allows the author to manage backward navigation in a convenient and
	efficient manner.
	</assertion>
	<specnote>Create a card(c1) that brings to an other card (c2), that
	includes a WML:DO element allowing to go back to card c1. Make sure 
	that the WML:DO element brings you back to card c1. 
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<card newcontext="true" id="main">
				<p>please go to card2</p>
				<do type="accept" label="card2">
					<go href="#card2" />
				</do>
				<p>Have you brought back to this card using the DO element?
					<br />
					<yesno>
				</p>
			</card>
		]]>
	</method>
	<cards>
		<card id="1">
			<![CDATA[
				<card id="card2">
					<p>This is card2<br/>
						Now go back to card1
					</p>
					<do type="prev" label="back">
						<prev/>
					</do>
				</card>
			]]>
		</card>
	</cards>
</test>

