[Bug 12220] Make sure rules for parsing a float are the same in HTML and in Javascript specifications

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12220

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2011-03-02 17:25:59 UTC ---
For example, "1.e5" is parsed as 1.0000 by the current HTML5 algorithm, but
100000.0000 by JS and general string-to-float libraries.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 2 March 2011 17:26:01 UTC