This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Opening on behalf of Brandon Wallace: http://lists.w3.org/Archives/Public/public-pointer-events/2012OctDec/0003.html Recommended details to add (based on IE10's implementation): 1. You can only capture a pointer if buttons>0 (e.g. mouse button is down, finger is on screen, or pen tip is on digitizer). So you can't just spy on interactions with UI outside your scope. 2. Once you set capture to a pointer, its target property will always be the capturing element. So while you can monitor movement of the pointer outside your contact (again, only while it's down), you can't get references to elements, etc. 3. Capture is automatically release when the pointer comes up (e.g. buttons==0). 4. Pointer events are not dispatched to elements not in the document.
5. Compatibility mouse events are also redirected to the capture element.
Fixed as suggested per 12/4 telecon resolution. RESOLUTION: http://lists.w3.org/Archives/Public/public-pointer-events/2012OctDec/0091.html http://dvcs.w3.org/hg/pointerevents/rev/fcbbeab23783