<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/11" 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 specified as "*m", the text input can be any character, but 
	the user-agent may assume that the input is in lower-case.
	</assertion>
	<specnote>Display a WML document with an input element
	and a stylesheet in which the -wap-input-format property of the 
	input element is set to '*m' and then ask the user to enter any 
	character(letter,number,punctuation or symbol) and confirm that 
	it was possible to do so.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: "*m" }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Enter the sequence H,*&d-p.;
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Can you input all the specified characters?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
