- From: Scott González via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Jun 2016 17:57:10 +0000
- To: public-pointer-events@w3.org
> In the "capturing alters hit-testing" model we're advocating, I would expect a click event on the captured node, regardless of where the pointer moves to Assuming you're in a sane scenario where the pointer is captured to an element that received `pointerdown`. In that case, both `pointerdown` and `pointerup` will occur on the captured element, regardless of where the pointer is actually positioned. As a result, you *should* get a `click` event without any changes to the spec. -- GitHub Notification of comment by scottgonzalez Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/61#issuecomment-223074055 using your GitHub account
Received on Wednesday, 1 June 2016 17:57:13 UTC