Re: [w3c/editing] We should keep data in UI events for beforeInput that does the text/plain serialization. We should add dataTransfer to the editing spec for other mime types(html, text with line breaks, etc) (#106)

@gked: The dataTransfer attribute for dragging usually depends on the setData method to specify what the piece of data that is to be dragged is to be. From you description of it, it sounds as if the dataTransfer attribute it to be a DataTransfer instance with the html version of the data already set (doing something like setData('text/html', element.outerHTML) ).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/106#issuecomment-231003351

Received on Thursday, 7 July 2016 07:27:28 UTC