Re: [pointerevents] Should a captured pointer send boundary events by default?

Oh, right - IMHO that violates the spec for `click` (which is defined 
to go to the common ancestor of the `mousedown` and `mouseup` targets.
  @NavidZ has been looking at that and will file a separate issue.  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 (but we could define it as a special case if desired 
- explicitly doing a capture-independent hit-test on `pointerup`).

-- 
GitHub Notification of comment by RByers
Please view or discuss this issue at 
https://github.com/w3c/pointerevents/issues/61#issuecomment-223072505 
using your GitHub account

Received on Wednesday, 1 June 2016 17:52:02 UTC