[Webkit-unassigned] [Bug 18994] LANG/LC_ALL influences the result of element.style.opacity
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 7 16:52:54 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=18994
--- Comment #51 from Evan Martin <evan at chromium.org> 2009-10-07 16:52:52 PDT ---
Having thought about this for a day (I've had the patch for a while), I fear
that it will be difficult to share code for this appendFloat function; the
output required by CSS (max 6 significant digits, no exponents) is different
than the output apparently produced by TextStream (min 2 digits after the
decimal).
I can add more options to appendFloat but maybe that gets us back into
performance worry territory. Another option is to just write a specific
implementation of it for each call site.
--
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