RESOLVED WONTFIX 16653
SpiderMonkey supports larger range in toFixed, toPrecision, toExponential
https://bugs.webkit.org/show_bug.cgi?id=16653
Summary SpiderMonkey supports larger range in toFixed, toPrecision, toExponential
Eric Seidel (no email)
Reported 2007-12-28 20:18:02 PST
SpiderMonkey supports larger range in toFixed, toPrecision, toExponential see revision 29020 JavaScriptCore vs. SpiderMonekey: toFixed: 0 to 20 vs. -20 to 100 toPrecision: 1 to 21 vs. 1 to 100 toExponential: 0 to 20 vs. -20 to 100 Our support agrees with the Ecma spec. Mozilla just decided to be over-achievers.
Attachments
Gavin Barraclough
Comment 1 2010-08-27 13:04:35 PDT
I don't think we plan on going beyond the spec here. In absence of real world compatibility concerns, closing.
Note You need to log in before you can comment on or make changes to this bug.