From kde-commits Sun Feb 13 10:57:44 2005 From: Allan Sandfeld Jensen Date: Sun, 13 Feb 2005 10:57:44 +0000 To: kde-commits Subject: Re: kdelibs/khtml/xml Message-Id: <200502131157.45269.kde () carewolf ! com> X-MARC-Message: https://marc.info/?l=kde-commits&m=110829228913234 On Saturday 12 February 2005 17:57, Harri Porten wrote: > CVS commit by porten: > > updated list of virtual key codes to the state of > > http://www.w3.org/TR/2001/WD-DOM-Level-3-Events-20010410/DOM3-Events.html > > Also made left and right keyCode() values work. > > I have the impression that the whole concept of virtual key code > completely disappeared after above draft has been released, though. > Can't find a more recent spec at least. TextEvent looks different > these days. > Have you taken the WebCore implementation into consideration? Our implementation was based on an old workding draft, where as WebCore have updated to the DOM3 candidate recommendation. `Allan