Bug 42872
Summary: | DragEvent.dataTransfer not being an instance of DataTransfer is not HTML 5 Compliant | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jason <JasonGross9> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | JasonGross9, paulirish, wenson_hsieh |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Jason
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |