[heycam/webidl] [Clamp] and [EnforceRange] reduce the max value long long supports (#237)

[`long long`](https://heycam.github.io/webidl/#es-long-long) and [`unsigned long long`](https://heycam.github.io/webidl/#es-unsigned-long-long) behave differently when used in conjunction with [Clamp] or [EnforceRange]. In that case the max supported value is 2^53 – 1. When used without extended attributes, its; 2^64.

Particularly relevant are steps 2.3, 3.1 and 6 of both algorithms.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/237

Received on Friday, 11 November 2016 19:48:10 UTC