<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/5" 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 "*X", the text input is limited to any upper-case 
	letter,numeric character,symbolor punctuation character.
	</assertion>
	<specnote>Display a WML document including an input
	and a stylesheet in which the -wap-input-format property for that 
	element is set to "*X" and ask the user to enter lowercase letter 
	prompt the user:Were lower case letters ignored as input?
	</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>Uppercase
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Is the input limited to uppercase letter?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
