[Webkit-unassigned] [Bug 38203] Move HTMLInputElement::parseToDoubleForNumberType so it can be reused outside of HTMLInputElement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 16:14:49 PDT 2010


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





--- Comment #7 from Darin Adler <darin at apple.com>  2010-04-28 16:14:49 PST ---
(From update of attachment 54620)
I don't think that parsing a number in a way that is right for HTML is
something that necessarily belongs in WTF. The particular strictness here is
tied to HTML semantics. I think that having this be somewhere inside the
WebCore project makes sense. I just don't think it should be a member function
of a class. Not of any class, including String.

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