[Webkit-unassigned] [Bug 46066] SVG: Make SVGLength's stringToLengthType() stricter and faster

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 12:46:30 PDT 2010


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


Andreas Kling <andreas.kling at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68042|0                           |1
        is obsolete|                            |
  Attachment #68733|                            |review?
               Flag|                            |




--- Comment #4 from Andreas Kling <andreas.kling at nokia.com>  2010-09-24 12:46:29 PST ---
Created an attachment (id=68733)
 --> (https://bugs.webkit.org/attachment.cgi?id=68733)
Proposed patch v2

Strictified SVGLength to only accept unit types immediately following the numeric value, and with no whitespace after.
This behavior matches Firefox, but not IE9 or Opera.
IE9 accepts whitespace on both sides of the unit type.
Opera doesn't accept whitespace between the numeric value and the unit type, but accepts it after the unit type.

-- 
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