Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify pointercancel firing behavior on drag. #398

Merged
merged 2 commits into from
Aug 3, 2021

Conversation

mustaqahmed
Copy link
Member

@mustaqahmed mustaqahmed commented Jul 30, 2021

This PR will follow the addition of pointercancel event firing step
in the HTML spec: whatwg/html#6912.

Closes #384
Addresses one problem in whatwg/html#6758

Also adds a missing link for implicit release of pointer capture for pointerup
and pointercancel events.


Preview | Diff

mustaqahmed and others added 2 commits July 30, 2021 12:59
This PR will follow the addition of `pointercancel` event firing step
in the HTML spec: whatwg/html#6912
@patrickhlauke patrickhlauke merged commit c302c7b into w3c:gh-pages Aug 3, 2021
@smaug---- smaug---- removed the wpt label Nov 23, 2022
@smaug----
Copy link
Contributor

Based on whatwg/html#6912 we have tests in pointerevents/html/pointerevent_drag_interaction-manual.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML monkeypatching: initiate the drag-and-drop operation definition
3 participants