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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 2,v $
  Revision 1.5  2002/04/20 09:17:51  richard
  yesno

  Revision 1.4  2002/03/17 18:34:31  richard
  rewrit test

  Revision 1.3  2001/10/30 16:23:00  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:33  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/uaconformance/2" class="A" scope="wml2"
	testtype="application" type="manual" source="wml2#5.13" device="both">
	<assertion>When a user agent encounters an element it does not recognize, 
	and that element  contains content that is text, the text must be 
	presented to the user.
	</assertion>
	<specnote>Create a card that contains text within the content of an 
	undefined element. Call the card and make sure the text is displayed 
	to the user.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<p>
					<opengroup>This should be shown</opengroup>
				</p>
				<p>Is &apos;This should be shown&apos; displayed?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
