[Webkit-unassigned] [Bug 32876] HTMLInputElement::valueAsDate getter support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 23 08:58:39 PST 2009


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





--- Comment #14 from TAMURA, Kent <tkent at chromium.org>  2009-12-23 08:58:37 PST ---
(In reply to comment #13)
> Ah, Darin meant representing a millisecond part as a fractional number, not
> removing a millisecond part.

On my Mac, floor((2002.0 / 1000.0) * 1000.0) is 2001.0, not 2002.0.
We would need extra rounding code to avoid such problems if we represented
milliseconds as fractional numbers.  I don't think it's reasonable.

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