@DocsEditable(), @DomName('Element.webkitdropzone'), @Experimental(), @JSName('webkitdropzone'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI), read / write
A set of space-separated keywords that specify what kind of data this Element accepts on drop and what to do with that data.
Other resources
- Drag and drop sample based on the tutorial from HTML5Rocks.
- Drag and drop specification from WHATWG.