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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 23 11:11:14 PST 2009


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





--- Comment #15 from Darin Adler <darin at apple.com>  2009-12-23 11:11:13 PST ---
(In reply to comment #14)
> 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.

Yes, it's a problem to use floor rather than round. But I don't agree that the
basic approach is not reasonable. You should do 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