<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/6" class="A" 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 "*x", the text input is limited to lower-case 
	letters, numeric character, symbols or punctuation character.
	</assertion>
	<specnote>Manual test Display a wml document including an input
	element and a stylesheet in which the -wap-input-format property 
	for that element is set to '*x', ask the user to try to give an 
	uppercase letter as input and then confirm that this wasnt 
	possible and the input was restricted to lower case letters,
	numbers, symbols or punctuation character.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: "*x" }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Lowercase
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Is the input limited to lowercase letters?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
