[Bug 11227] not supported on input type=number? or should implementors restrict # of digits based on max value?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11227

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2010-11-05 00:12:29 UTC ---
Yes, maxlength is not supported on number inputs.  Length doesn't make sense
for number inputs, max and min are the logical equivalent.  Implementers can
choose to not allow input of anything that falls outside the min and max, if
they like (UI is undefined in HTML).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 5 November 2010 00:12:31 UTC