[pointerevents] pointerenter vs. pointerleave dispatch sequence (#283)

graouts has just created a new issue for https://github.com/w3c/pointerevents:

== pointerenter vs. pointerleave dispatch sequence ==
I'm working on the WebKit implementation of Pointer Events and found this discrepancy in the tree order in which `pointerenter` and `pointerleave` events are dispatched between WebKit and Chrome/Firefox. See [WebKit bug #198036](https://bugs.webkit.org/show_bug.cgi?id=198036).

I couldn't find where the Pointer Events spec normatively defines the tree order for dispatch of those events. Could someone point me to it? If it doesn't exist, should we be worried about the potential divergence in implementation?

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/283 using your GitHub account

Received on Wednesday, 22 May 2019 20:18:26 UTC