Update HTML Drag-and-Drop steps to include pointercancel firing.#6912
Merged
Conversation
domenic
reviewed
Jul 29, 2021
| </li> | ||
|
|
||
| <li> | ||
| <p><span data-x="concept-event-fire">Fire</span> at the <span>source node</span> an event named |
Member
There was a problem hiding this comment.
This looks like it needs to use https://w3c.github.io/pointerevents/#dfn-fire-a-pointer-event instead of concept-event fire.
| <li> | ||
| <p><span data-x="concept-event-fire">Fire</span> at the <span>source node</span> an event named | ||
| <code data-x="event-pointercancel">pointercancel</code> and any other follow-up events as required | ||
| by the <cite>Pointer Events</cite> spec.</p> |
Member
There was a problem hiding this comment.
Hmm, this kind of vagueness is not great, but I guess that's how the pointer events spec is structured, so probably it's OK.
Contributor
Author
There was a problem hiding this comment.
Yeah, there is no algorithmic steps to link to here!
mustaqahmed
added a commit
to mustaqahmed/pointerevents
that referenced
this pull request
Jul 30, 2021
This PR will follow the addition of `pointercancel` event firing step in the HTML spec: whatwg/html#6912
domenic
approved these changes
Jul 30, 2021
patrickhlauke
added a commit
to w3c/pointerevents
that referenced
this pull request
Aug 3, 2021
* Clarify `pointercancel` firing behavior on drag. This PR will follow the addition of `pointercancel` event firing step in the HTML spec: whatwg/html#6912 Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently the
pointercancelevent firing at the start of drag is mentioned only in the PoitnerEvent spec (in the pointercancel section). The DND section in the HTML spec should mention this, probably in addition to current text in the PointerEvents spec.#6758, w3c/pointerevents#384
(See WHATWG Working Mode: Changes for more details.)
/dnd.html ( diff )
/infrastructure.html ( diff )