Open
Description
When capture is enabled on an element, moving the pointer cause other elements to be selected.
- Investigate spec + IE default behavior
- calling preventDefault() on the underlying "move" event might prevent other elements to be selected.
Pointer cursor changes when pointer moves outside the captured element. Is this expected: what does the spec says?