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

  $Author: richard $

  $Revision: 1.8 $

  $Log: 2,v $
  Revision 1.8  2002/06/16 10:53:40  richard
  remove the body element

  Revision 1.7  2002/04/19 09:48:49  richard
  yesno not included in a p element

  Revision 1.6  2002/03/21 11:28:42  richard
  includes the external deck in the test

  Revision 1.5  2002/02/22 10:38:22  richard
  upate tests

  Revision 1.4  2002/02/22 09:36:57  richard
  update test

  Revision 1.3  2001/10/30 16:22:03  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:02  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/markup/contextandnav/wmlaccesselement/2" class="A" 
	scope="wml2" testtype="application" type="manual" 
	source="wml2#6.16.2" device="both">
	<assertion>When a document does not contain a WML:ACCESS element, access 
	control must be disabled.
	</assertion>
	<specnote>Create a card containing a link to a simple card and make sure 
	that the message is displayed when called.
	</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main">
				<p>Click on the link below and then return to this card.<br /></p>
				<p>
					<a href="[[page1]]">Link1</a>&nbsp; should pass<br />
				</p>
				<p>Was the Link1 successful?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
	<pages>
		<page id="1">
			<![CDATA[
				<?xml version="1.0" encoding="UTF-8"?>
				<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/wml20.dtd">
				<html xmlns="http://www.w3.org/1999/xhtml"
					xmlns:wml="http://www.wapforum.org/2001/wml">
					<head>
						<title>Access 2</title>
					</head>
						<wml:card id="card1" title="card1-doc2">
							<wml:do type="prev">
								<wml:prev />
							</wml:do>
							<p>You should reach this card successfully<br />
								Now go back. 
							</p>
						</wml:card>
				</html>
			]]>
		</page>
	</pages>
</test>
