Re: [whatwg] Maxlength attribute on input[type=number]

2013-06-28 1:09, Scott González wrote:

> Why would you want to set maxlength as opposed to setting max?

People want to do such things to cover old browsers that do not support 
type=number. Such browsers ignore both the type attribute and the max 
attribute, so to impose *some* limits, people would use maxlength.

Yucca

Received on Thursday, 27 June 2013 22:19:36 UTC