[Webkit-unassigned] [Bug 48308] Too precise serialization from floating point number to string for "number" input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 00:04:22 PDT 2010


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





--- Comment #22 from Kent Tamura <tkent at chromium.org>  2010-11-01 00:04:21 PST ---
(In reply to comment #21)
> I think HTML5 specification doesn't assume internal representation of numbers is IEEE 754.  So the specification don't mention such rounding errors.
> 
> The ideal solution might be BCD.

Ah, no.  `2.5.4.3 Real numbers' has a rounding step.  So we should not use BCD.
The specification should take care of rounding erros...

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