<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/select/element/ivalue/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.2.1" device="both">
  <assertion>When the IVALUE attribute of the SELECT element is set, it
defines a default value with which to select options within the SELECT
element. If the MULTIPLE attribute of the SELECT element is set to TRUE, this
default value is interpreted as a semi-colon separated list of option indices to
select.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
    <result>
      <name>test</name>
      <value>2;3</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Items 2 and 3 are selected:
<select iname="test" ivalue="2;3" multiple="true">
<option value="one">1</option>
<option value="two">2</option>
<option value="three">3</option>
</select>
! DO NOT deselect itemis 2 and 3 before leaving the test
</p>
<p mode="wrap">Are items 2 and 3 selected?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

