<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/input/format/11" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.3" device="both">
  <assertion>When the FORMAT attribute of the INPUT element is specified as "nM",
where n is a digit from 1-9 and f is one of the format characters "aAmMNXx", the
number of input characters is limited to n and the type is limited to f.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Any 5 Numeric Characters:
<input format="5N" name="test"/>
</p>
<p mode="wrap">Is the input limited to five numeric characters?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

