Posted by David Dorward on 12/03/89 11:29
clintonG wrote:
> <textarea multiline="2" maxlength="2"></textarea>
> Why does the textarea not prevent entering more characters than its
> maxlength value the same way the input element will?
http://validator.w3.org/
http://www.w3.org/TR/html4/interact/forms.html#h-17.7
The textarea element doesn't have a maxlength attribute, nor does it have a
multiline attribute. On the other hand the rows and cols attributes are
required.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|