- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Wed, 14 Apr 2021 16:23:12 +0000
- To: public-pointer-events@w3.org
My intuition is that because the pointer capture effectively targets all events at the captured element, it should at least override the target of the up event when determining the common ancestor for the click. This seems to match chrome's current behavior, specifically, 1. blue click 2. grey click 3. blue click 4. grey click However, I think we may want to go further and consider setting capture to have effectively changed the down target to be blue as well. This would make all 4 cases a blue click. -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/356#issuecomment-819647272 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 14 April 2021 16:23:15 UTC