[Webkit-unassigned] [Bug 53705] Viewport parsing no longer accepts "1.0; " value as valid.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 3 13:00:36 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53705
--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> 2011-02-03 13:00:36 PST ---
Thanks for following up Kenneth.
Correct me if I am wrong, but I believe Android's solution was to allow ';' as a
separator. That is not what this is asking.
This is asking that we allow a value such as "1.0x" to return "1.0" and not "0.0". This
looks to be what the old algorithm did, ignoring any String::toFloat error condition,
and just using the parsed float returned from 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