Recommended drag types for DND API uses nonstandard type for dragging nodes. #35633
Labels
area: DnD
Content:WebAPI
Web API docs
help wanted
If you know something about this topic, we would love your help!
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types
What specific section or headline is this issue about?
Dragging Nodes
What information was incorrect, unhelpful, or incomplete?
What did you expect to see?
Nodes may not be dragged directly.
Do you have any supporting links, references, or citations?
The standard states that the setData interface expects a DOMString, not a "DOM node".
The standard states that the drag data is a Unicode or binary string.
Do you have anything more you want to share?
The provided data type
application/x-moz-node
is not mentioned in the HTML standard, and may be Mozilla-specific.MDN metadata
Page report details
en-us/web/api/html_drag_and_drop_api/recommended_drag_types
The text was updated successfully, but these errors were encountered: