<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/input/emptyok/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.3" device="both">
  <assertion>When the EMPTYOK attribute of the INPUT element is specified as "true",
and the FORMAT attribute of the INPUT element is also specified,
the input field may be left blank by the user.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Empty ok:
<input format="*X" emptyok="true" name="test"/>
</p>
<p mode="wrap">Did the user agent permit the input field to be empty?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

