- From: cathychan <web-platform-tests-notifications@w3.org>
- Date: Thu, 03 Oct 2013 21:09:23 GMT
- To: public-web-platform-tests-notifications@w3.org
Why is the pointerover event used here instead of pointerdown? pointercancel is dispatched in relation to a pointerdown event. While the pointerover event works here because the test is targeted at the touch pointer type (where the pointerover event is always triggered as a side effect of the pointerdown event), it's more logical to use the pointerdown event as the trigger point here. It would also allow us to re-use the same code for testing other pointer types. View on GitHub: https://github.com/w3c/web-platform-tests/pull/324#discussion_r6754327
Received on Thursday, 3 October 2013 21:09:30 UTC