UNCONFIRMED 42872
DragEvent.dataTransfer not being an instance of DataTransfer is not HTML 5 Compliant
https://bugs.webkit.org/show_bug.cgi?id=42872
Summary DragEvent.dataTransfer not being an instance of DataTransfer is not HTML 5 Co...
Jason
Reported 2010-07-22 23:50:59 PDT
The the dataTransfer attribute of a DragEvent is a Clipboard object in WebKit. The HTML5 spec (http://www.w3.org/TR/html5/author/dnd.html#the-dragevent-and-datatransfer-interfaces) specifies that it should be an instance of DataTransfer.
Attachments
Note You need to log in before you can comment on or make changes to this bug.