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

Implementations of various approaches to the button capture use case:

* boundary events: http://jsbin.com/zegubuyabi/1/edit?js,output
* elementFromPoint: http://jsbin.com/yeyiyawici/1/edit?js,output
* bounding box: http://jsbin.com/gatenotaba/1/edit?js,output

The bounding box example doesn't work properly in Edge, 
`event.offsetX` and `event.offsetY` seem to be incorrect. I couldn't 
figure out how those values were being calculated.

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

Received on Tuesday, 31 May 2016 20:46:35 UTC