Re: Object 'long' in DOM 2 Events

On Thu, 2003-09-25 at 10:09, Gavin Kistner wrote:
> In working on ObjJob (http://phrogz.dnsalias.net/ObjJob/) and parsing 
> the ECMAScript binding for DOM 2 Events, my parser found an object of 
> type 'long' mentioned in several locations. For example:
> 
> [...] I believe instances of the 
> word 'long' in the ECMAScript binding should be replaced with Number.

You are indeed correct. This has been fixed in the mapping a long time
but was never reported as an erratum somehow. DOM Level 3 Events has the
correct mapping [1].

Philippe

[1] http://www.w3.org/2003/08/WD-DOM-Level-3-Events-20030828/ecma-script-binding.html

Received on Friday, 26 September 2003 11:45:49 UTC