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).

Mike

Received on Tuesday, 31 July 2001 19:39:28 UTC