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

<test id="wml2/uabehaviour/formprocessing/forminitialisation/menucontrol/25" 
	class="A" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.4.2.3" device="both">
	<assertion>When neither the WML:NAME, the WML:INAME, the WML:VALUE nor
	the WML:INAME is assigned, multiple selections are permitted, the NAME 
	attribute is assigned, and no OPTION has the SELECTED attribute assigned,
	there must be no pre-selected options.
	</assertion>
	<specnote>Create a card with three OPTION elements within a SELECT 
	element. Set the value of the NAME attribute of the SELECT element 
	and keep unset the SELECTED attribute of all the options. Display 
	the card and make sure that there are no pre-selected options.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<form action="#card3">
					<fieldset>
						<p>Choice</p>
						<select name="choice" multiple="multiple">
							<option value="plane">Airplane</option>
							<option value="train">Railway</option>
							<option value="car">Automobile</option>
						</select>
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
					</fieldset>
				</form>
				<p>Is there no initial value for the control ?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
