Re: [w3c/uievents] Consider to make mouseenter/leave (and pointerenter/leave) uncomposed (#208)

The issue with ea.com is that it has basically
host.open = false;
host.onmouseenter =
  function() {
    this.open = !this.open;
    if (this.open) {
      openMe(); 
     } else {
     closeMe();
    }
  } 


-- 
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/208#issuecomment-413795691

Received on Friday, 17 August 2018 08:29:00 UTC