[Bug 16539] New: The undefined date type

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16539

           Summary: The undefined date type
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: w3c@marcosc.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org


in 4.2.26. Date, it sez: 

"If the time value of V is NaN, then return the undefined IDL Date value."

Does that mean "return undefined"? or "return new Date(undefined)"? or
something else? 

It's not really clear to me how the following is represented:

"An additional value that this type can represent is one that indicates an
indeterminate or undefined time, which we write as undefined."

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 27 March 2012 16:51:02 UTC