Web/HTML/Global attributes/dropzone

From Get docs

DeprecatedThis feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.


The dropzone global attribute is an enumerated attribute indicating what types of content can be dropped on an element, using the HTML Drag and Drop API. It can have the following values:

  • copy, which indicates that dropping will create a copy of the element that was dragged.
  • move, which indicates that the element that was dragged will be moved to this new location.
  • link, which will create a link to the dragged data.

Specifications

Specification Status Comment
HTML 5.1The definition of 'dropzone' in that specification. Recommendation Snapshot of HTML Living Standard, initial definition

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

dropzone

Experimental'

Chrome No support ? — 58

Prefixed'

No support ? — 58

Prefixed'

Prefixed' Implemented with the vendor prefix: -webkit-

Edge

No support No

Firefox

No support No

IE

No support No

Opera No support ? — 45

Prefixed'

No support ? — 45

Prefixed'

Prefixed' Implemented with the vendor prefix: -webkit-

Safari

No support No

WebView Android No support ? — 58

Prefixed'

No support ? — 58

Prefixed'

Prefixed' Implemented with the vendor prefix: -webkit-

Chrome Android No support ? — 58

Prefixed'

No support ? — 58

Prefixed'

Prefixed' Implemented with the vendor prefix: -webkit-

Firefox Android

No support No

Opera Android No support ? — 43

Prefixed'

No support ? — 43

Prefixed'

Prefixed' Implemented with the vendor prefix: -webkit-

Safari iOS

No support No

Samsung Internet Android No support ? — 7.0

Prefixed'

No support ? — 7.0

Prefixed'

Prefixed' Implemented with the vendor prefix: -webkit-

Legend

No support  
No support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.
Requires a vendor prefix or different name for use.'
Requires a vendor prefix or different name for use.


See also