This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22625 - "If x < 253 or x > 253, then throw a TypeError."
Summary: "If x < 253 or x > 253, then throw a TypeError."
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard: [v1]
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 18:57 UTC by Jeff Walden (remove +w3 to email)
Modified: 2013-08-04 09:19 UTC (History)
2 users (show)

See Also:


Attachments

Description Jeff Walden (remove +w3 to email) 2013-07-09 18:57:58 UTC
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.  :-)