Re: [pointerevents] Clarify how to handle removed pointer capture element (#551)

Oh, I didn't know the API in @smaug---- 's comment, yeah, moving a node should be a pair of "remove" and "add".

Well, I was confused at the text in [9.5 Implicit release of pointer capture](https://w3c.github.io/pointerevents/#implicit-release-of-pointer-capture):
> When the [pending pointer capture target override](https://w3c.github.io/pointerevents/#dfn-pending-pointer-capture-target-override) is no longer [connected](https://dom.spec.whatwg.org/#connected) [[DOM](https://w3c.github.io/pointerevents/#bib-dom)], the [pending pointer capture target override](https://w3c.github.io/pointerevents/#dfn-pending-pointer-capture-target-override) node SHOULD be cleared.

Okay, so, does this clearing happen without processing the pending pointer capture? I understood this as happening when processing the pending pointer capture.

-- 
GitHub Notification of comment by masayuki-nakano
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/551#issuecomment-2868521732 using your GitHub account


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

Received on Saturday, 10 May 2025 06:41:45 UTC