Technique 9.3.1 Logical Event Handlers - was 25 Sept 2000 minutes

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