<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/input/concepts/1" class="C" scope="wcss:input" 
	testtype="application" type="manual" source="wcss#19.1" device="both">
	<assertion>When a -wap-input property is applied to a non-input
	element the user agent must ignore it and the element remains unaffected.
	</assertion>
	<specnote>Display a WML document with a link to another WML
	document and an input property applied to it. Ask the user 
	whether the link could be accessed.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[a { -wap-input-required: true  }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>Click on the link<br/>
					<a href="#card1">link</a>
				</p>
				<p class="og">Is the link accessible?
					<br/>
					[[yesno]]
				</p>
			</wml:card>

			<wml:card id="card1">
				<p>link 1<br/>
					Please go back to the previous card and answer the question
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>



	</method>
</test>
