<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/input/3" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.3" device="both">
  <assertion>When the MAXLENGTH attribute of the INPUT element is specified as a
number, it defines the maximum number of characters that can be entered in the
input field.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Maxlength is 8:
<input type="text" maxlength="8" name="test"/>
</p>
<p mode="wrap">Did the user agent limit input to 8 characters?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

