[webkit-reviews] review requested: [Bug 18994] LANG/LC_ALL influences the result of element.style.opacity : [Attachment 41061] stringify CSS units manually to match CSS spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 14:55:56 PDT 2009


Evan Martin <evan at chromium.org> has asked  for review:
Bug 18994: LANG/LC_ALL influences the result of element.style.opacity
https://bugs.webkit.org/show_bug.cgi?id=18994

Attachment 41061: stringify CSS units manually to match CSS spec
https://bugs.webkit.org/attachment.cgi?id=41061&action=review

------- Additional Comments from Evan Martin <evan at chromium.org>
Actually, I'm kind of exhausted on this bug.

>From the printf docs %.6g means you show up to 6 significant digits, but then
somehow it doesn't happen when your number very is close to zero and they also
arbitrarily chop off trailing digits if they are 0 even when they are
significant.  This patch passes all the layout tests, but I had to change the
precision on one, but I find it hard to care too much about it.


More information about the webkit-reviews mailing list