Deprecated
This 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.Specification | Status | Comment |
---|---|---|
HTML 5.1 The definition of 'dropzone' in that specification. | Recommendation | Snapshot of HTML Living Standard, initial definition |
Desktop | ||||||
---|---|---|---|---|---|---|
dropzone
|
? — 58
|
No | No | No | ? — 45
|
No |
Mobile | ||||||
---|---|---|---|---|---|---|
dropzone
|
? — 58
|
? — 58
|
No | ? — 43
|
No | ? — 7.0
|
© 2005–2020 Mozilla and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dropzone