- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Aug 2021 10:52:24 +0000
- To: public-pointer-events@w3.org
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