[pointerevents] Make `pointerenter` definition similar to `pointerover` w.r.t. `pointerdown` from a touch pointer (#497)

mustaqahmed has just created a new issue for https://github.com/w3c/pointerevents:

== Make `pointerenter` definition similar to `pointerover` w.r.t. `pointerdown` from a touch pointer ==
The definition for [`pointerdown`](https://w3c.github.io/pointerevents/#the-pointerdown-event) has a special case for `pointerover` and `pointerenter` events from a touch pointer:

> For input devices that do not support hover, the user agent MUST also fire a pointer event named pointerover followed by a pointer event named pointerenter prior to dispatching the pointerdown event.

The [`pointerenter`](https://w3c.github.io/pointerevents/#the-pointerenter-event) definition repeats the same point ("... including as a result of a pointerdown event from a device that does not support hover") but the [`pointerbut`](https://w3c.github.io/pointerevents/#the-pointerover-event) definition doesn't.  These two deifinitions should be similar.

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/497 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 25 January 2024 15:07:12 UTC