[Webkit-unassigned] [Bug 15464] New: SVGLengthList allows bad values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 11 05:00:07 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15464
Summary: SVGLengthList allows bad values
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: oliver at apple.com
SVGLengthList is too lenient on input values, eg:
<text x="1.2.3"></text>
should result in x.length == 0, but it manages to pull at least one value, 1.2,
from the string.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list