Re: [pointerevents] [DOM integration] No state is reset on node removal (#526)

OK, I think I found it. The text here: https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-8 mentions that the **pending pointer capture target override** should be cleared when it is no longer connected to the DOM, which would make `hasPointerCapture()` return false on the disconnected element, and still true on a `moveBefore()`'d element (since it never becomes disconnected). Thank you! I'll close this issue.

-- 
GitHub Notification of comment by domfarolino
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/526#issuecomment-2460552866 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 6 November 2024 19:02:00 UTC