[Webkit-unassigned] [Bug 48221] New: Number values should be in the range of IEEE 754 single-precision floating point number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 00:07:01 PDT 2010


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

           Summary: Number values should be in the range of IEEE 754
                    single-precision floating point number
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmikurube at google.com


Number values in HTML should be in the range of IEEE 754 single-precision floating point number.
-// http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#real-numbers

Actually:
WebKit accepts numbers in the range of IEEE 754 double-precision floating point numbers.
LayoutTests also include tests accepting huge numbers out of the range of IEEE 754 single-precision numbers.

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