[Webkit-unassigned] [Bug 70008] New: Date.toLocaleString should probably report invalid dates as such.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 01:48:19 PDT 2011


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

           Summary: Date.toLocaleString should probably report invalid
                    dates as such.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: javascript:alert((new Date("")).toLocaleString() ==
                    "Invalid Date")
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


The provided URL reports true in FireFox, we should probably match this behavior since it makes more sense (though this is spec'ed to be implementation dependent, so our current behavior isn't technically wrong).

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