[Webkit-unassigned] [Bug 60673] <input type=number> doesn't ignore size="" attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 01:59:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60673


Shinya Kawanaka <shinyak at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shinyak at google.com




--- Comment #1 from Shinya Kawanaka <shinyak at google.com>  2011-07-26 01:59:23 PST ---
When the input does not have min or max value, the possible value could be very large. The default max value is currently FLOAT_MAX, i.e. 3.402823466e+38. So the length of possible value could be around 40, because the current implementation does not use scientific format in some situation. This means the input width could be very large.

What do you think about it?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list