Re: [pointerevents] Clarify what the target of the click event should be after capturing pointer events (#356)

A similar case to think about:

```html
<div><button></button></div>
```

1. Pointer down on button.
2. `button.style.pointerEvents = 'none';`
3. Pointer up without moving.

All browsers seem to agree that the div gets the click. In which case, shouldn't this behave the same?:

1. Pointer down on button.
2. Outer div captures the pointer.
3. Pointer up without moving.

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


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

Received on Thursday, 19 August 2021 10:52:25 UTC