[Bug 14505] Rules for signed/non-negative integers doesn't handle overflow

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14505

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-25 05:42:04 UTC ---
The browser is supposed to have infinite range internally; handling overflow
due to hardware limitations (e.g. because it's impractical to have a 1024 bit
integer field) is left up to the UA in the hardware limitations clause.

The JS interface takes out-of-JS-range values and converts them, as noted in
comment 1.

This is all as intended.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 25 October 2011 05:42:07 UTC