<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/do/11" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.7" device="both">
  <assertion>When the OPTIONAL attribute of a DO element is set to "false" or is
omitted, the DO event must be presented to the user.
</assertion>
  <specnote>Added with wml version 1.3.  Revised ref WAG comments 06/00 - Text
changed.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<do type="options" label="Option 1" optional="false">
	<go href="#option1"/>
</do>

<do type="help" label="Option 2">
	<go href="#option2"/>
</do>
<p mode="wrap">Can you see the options 'option 1' AND 'option 2'?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="option1">
	<p>
	<do type="prev" label="back">
		<prev/>
	</do>
	This is the text of option 1.
	</p>
</card>
]]>
    </card>
    <card id="2">
      <![CDATA[<card id="option2">
	<p>
	<do type="prev" label="back">
		<prev/>
	</do>
	This is the text of option 2.
	</p>
</card>
]]>
    </card>
  </cards>
</test>

