<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/13" class="C" scope="wcss:input" 
	testtype="application" type="manual" source="wcss#19.2" device="both">
	<assertion>When the -wap-input-format property of the input element
	is set with no value it must default to '*M' and the text input 
	can be any character, but the user-agent may assume that the 
	input is in upper-case.
	</assertion>
	<specnote>Display a WML document with stylesheet
	and an input element, the -wap-input-element for which, is set 
	to no value and ask the user to enter any characters.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: ; }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Please try to put some input in the fields
					<fieldset>
						<input name="ric"/> 
					</fieldset>
				</p><p class="og">Is the input field displayed allowing 
					any input value?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
