<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/7" 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 "nf", where n is a natural number and f is one 
	of the format characters "aANXx", the number of input characters 
	is limited to n and the type is limited to f.
	</assertion>
	<specnote>Display a wml document with an input element
	and a stylesheet in which the -wap-input-format for that element 
	is set to '5x'. Ask the user:"IS the input limited to 5 lowercase letter?
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: "5x" }]]>
		</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 five lowercase 
					letters?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
