[Webkit-unassigned] [Bug 154506] WebKit considers exponential notation invalid when used inside CSS transforms.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 23:47:49 PDT 2016


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

--- Comment #4 from Myles C. Maxfield <mmaxfield at apple.com> ---
The problem is in the "case CharacterNumber" part of CSSParser::realLex().

We see the string "5.868880048609526e-9" and we parse 5.868880048609526 (in charactersToDouble()) but when we hit the "e" we think this is part of a unit (like "em" or "ex" and we bail when we realize the "-" isn't part of any unit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160511/df869859/attachment.html>


More information about the webkit-unassigned mailing list