Re: KeyEvents

> From: "Allen, Michael B (RSCH)" <Michael_B_Allen@ml.com>
> To: "'www-dom@w3.org'" <www-dom@w3.org>
> Date: Tue, 31 Jul 2001 19:39:17 -0400
> Subject: KeyEvents
> 
> From level 3 key events:
> 
> http://www.w3.org/TR/2001/WD-DOM-Level-3-Events-20010410/events.html#Events-KeyEvent
> 
> Is the detailArg of the initKeyEvent method supposed to be a short even though the
> definition for UIEvent has detail as a long? I assume the detailArg is meant to map
> to the detail attribute of UIEvent and that casting is needed.
> 
> Also, the first sentance of 1.2.1. Key Events and the description for initKeyEvent
> mention Mouse events where I believe Key event was intended and theres a typo in the
> IDL for KeyEvent.checkModifier where modifer should be modifier (missing an i).

I fixed the type and the typo.

Thanks,
Philippe

Received on Friday, 24 August 2001 11:45:36 UTC