<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/format/2" 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 "*a", the text input is limited to lower-case 
	letter, symbol or punctuation 
	characters.
	</assertion>
	<specnote>Display a WML document with an input
	element and a stylesheet in which the -wap-input-format property 
	of that element is set to "*a", ask the user :Is input limited 
	to lowercase letters,symbols and punctuation?
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[input { -wap-input-format: "*a" }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Lowercase and Punctuation
					<fieldset>
						<input name="test"/>
					</fieldset>
				</p>
				<p class="og">Is the input limited to lower case letters, 
					symbols and punctuation characters?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
