- From: Chris Rebert <notifications@github.com>
- Date: Tue, 05 Apr 2016 00:47:12 -0700
- To: w3c/uievents <uievents@noreply.github.com>
Received on Tuesday, 5 April 2016 07:47:40 UTC
Consider either spec'ing or trying to kill `MouseEvent.fromElement` & `MouseEvent.toElement`. Here's the current (in)compatibility situation: | Events | Chrome+Safari | Edge | Firefox | | --- | --- | --- | --- | | `mouseenter`/<br>`mouseleave`/<br>`mouseover`/<br>`mouseout` | `fromElement` & `toElement` | `fromElement` & `toElement` | Neither | | `click` | `toElement` only | Neither | Neither | Docs: * http://www.quirksmode.org/js/events_mouse.html#relatedtarget * https://msdn.microsoft.com/en-us/library/ms533773(v=vs.85).aspx * https://msdn.microsoft.com/en-us/library/ms534684(v=vs.85).aspx Testcase: http://jsbin.com/vivigi/edit?html,js,output --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/84
Received on Tuesday, 5 April 2016 07:47:40 UTC