- From: Antoine Quint via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 May 2019 15:00:44 +0000
- To: public-pointer-events@w3.org
@NavidZ I see how this could be confusing. But this spec issue is indeed relevant, if I filter out the mouse events, the sequences are:
In STP 82:
Received pointerenter on <div id="bottom">
Received pointerenter on <div id="middle">
Received pointerenter on <div id="top">
In Chrome and Firefox:
Received pointerenter on <div id="top">
Received pointerenter on <div id="middle">
Received pointerenter on <div id="bottom">
Notice how STP goes from bottom to top while Chrome and Firefox go into the other direction.
But @patrickhlauke seems to say that this shouldn't matter.
--
GitHub Notification of comment by graouts
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/283#issuecomment-496240015 using your GitHub account
Received on Monday, 27 May 2019 15:00:46 UTC