- From: Chris Ridpath <chris.ridpath@utoronto.ca>
- Date: Tue, 26 Sep 2000 15:47:35 -0400
- To: "Michael Cooper" <mcooper@cast.org>, <w3c-wai-er-ig@w3.org>
There is a corresponding device independent handler for all the device dependent handlers except for 'onMouseMove'. Can any JavaScript gurus think on a keyboard equivalent for OnMouseMove? Chris ----- Original Message ----- From: "Michael Cooper" <mcooper@cast.org> To: <w3c-wai-er-ig@w3.org> Sent: Tuesday, September 26, 2000 10:00 AM Subject: RE: 25 Sept 2000 minutes > Picking up a bit on the discussion about duplicating mouse events - somebody > said if you have "onfocus" to duplicate "onmouseover", the thing will be > "active" forever, you need an "onlosefocus" event. There is, but it's > "onblur". In fact, if you have an "onmouseover" without an "onmouseout", the > thing will still be eternally activate after the first mouse over event. > That's the reason I see these things as coming in pairs: > > onmouseover = onfocus > onmouseout = onblur > onmousedown = onkeydown > onmouseup = onkeyup > onclick = onkeypress = onactivate > > Michael >
Received on Tuesday, 26 September 2000 15:47:49 UTC