<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/required/2" class="C" scope="wcss:input" 
	testtype="application" type="manual" source="wcss#19.3" device="both">
	<assertion>When -wap-input-required is set to false, input can be left 
	blank.
	</assertion>
	<specnote>Display a wml document including a style
	sheet and an input value. Specify the -wap-input-required 
	property as false and then prompt the user to leave the input 
	blank and confirm whether this was possible.</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-required: false }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Let the input Empty and submit the form</p>
				<form action="#card1">
					<fieldset>
						<p>recipient:</p>
						<input name="test"/>
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
						<input type="reset" value="reset" />
					</fieldset>
				</form>
					<p class="og">Does the input field allow an empty input value? 
					<br/>
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>card1</p>
				<p>Please go back to the previous card</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
