- From: Rick Byers via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Jun 2016 13:37:55 +0000
- To: public-pointer-events@w3.org
I agree that scenario 2 seems like a bug - click should be on grey (common ancestor of the target of pointerdown and pointerup). But if we agree on that, then what about scenario 3? Following the same principle, the pointerdown and pointerup targets are both `blue` so click should go to `blue` right? This, I think, is the most important question here, and the one directly related to the debate in #61. If capturing is a modification of hit-testing, then you'd absolutely expect a `click` on blue here. But maybe that's not really what developers would expect, and not web compatible with current pointer event usage? -- GitHub Notification of comment by RByers Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/75#issuecomment-224591058 using your GitHub account
Received on Wednesday, 8 June 2016 13:38:01 UTC