<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/do/18" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.7" device="both">
  <assertion>When the TYPE attribute of the DO element is "ACCEPT" the user agent
must display the event as an option.
</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">
<p>
   <do type="accept" label="Accept">
      <go href="#card1"/>
   </do>
There should be an accept option here.
</p>
<p mode="wrap">Is there an accept option shown?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<p>
<do type="prev" label="Back">
   <prev/>
</do>
This is some text
</p>
</card>
]]>
    </card>
  </cards>
</test>

