[Bug 22625] New: "If x < 253 or x > 253, then throw a TypeError."

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

            Bug ID: 22625
           Summary: "If x < 253 or x > 253, then throw a TypeError."
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: jwalden+w3@mit.edu
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

http://dev.w3.org/2006/webapi/WebIDL/#es-long-long

[[
If x < 253 or x > 253, then throw a TypeError.
]]

There's some subscripting missing there in the Bugzilla transcription, but the
important bit is that the first less-than is missing a negative sign on 2**53. 
:-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 9 July 2013 18:57:59 UTC