[Webkit-unassigned] [Bug 48221] Number values should be in the range of IEEE 754 single-precision floating point number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 02:35:21 PDT 2010


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





--- Comment #3 from Kent Tamura <tkent at chromium.org>  2010-10-25 02:35:21 PST ---
(In reply to comment #2)

NumberInputType::setValueAsNumber() needs range check.
For example,
 input.type = 'number';
 input.valueAsNumber = 1.7976931348623156e+308;
should throw an exception, probably INVALID_STATE_ERR, though HTML5 doesn't specify such case.

-- 
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