<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/10" class="C" scope="wcss:input" 
	testtype="application" type="manual" source="wcss#19." 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 upper-case.
	</assertion>
	<specnote>Manual test Display a WML document with an input element
	and a stylesheet in which the -wap-input-format property for that 
	element is set to '*M' and ask the user to enter any character 
	(letter,number,symbol or punctuation mark) and then confirm that 
	this was possible.
	</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.;</p>
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Can you input all the specified characters?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
