Bug 42872

Summary: DragEvent.dataTransfer not being an instance of DataTransfer is not HTML 5 Compliant
Product: WebKit Reporter: Jason <JasonGross9>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: JasonGross9, paulirish, wenson_hsieh
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   

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.