input maxlength

If the value in the input is larger than maxlength, what is the 'w3
standard' for handling such value's?

Display entire value regardless of maxlength? (IE and Opera)
Display value up to the maxlength size? (Mozilla)

see: https://bugzilla.mozilla.org/show_bug.cgi?id=345267 as an example.

Received on Thursday, 20 July 2006 14:26:21 UTC