- From: Scott González via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 May 2016 12:57:36 +0000
- To: public-pointer-events@w3.org
As far as I can tell, Edge doesn't implement that behavior for native `<button>` elements (there's no implicit capture). So this would be a custom implementation anyway, which gets us to the question that @NavidZ asks: is it important to have the browser do hit testing for you when you can do it yourself? The logic is extremely similar to drag and drop scenarios where you want to capture on the draggable element and do manual hit testing for the droppable elements. In this case, they just happen to be the same element, but the implementation is the same. -- GitHub Notification of comment by scottgonzalez Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/61#issuecomment-220316162 using your GitHub account
Received on Thursday, 19 May 2016 12:57:38 UTC