This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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.1 The definition of 'dropzone' in that specification. |
Recommendation | Snapshot of HTML Living Standard, initial definition |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
dropzone | Chrome
No support
? — 58
| Edge No support No | Firefox No support No | IE No support No | Opera
No support
? — 45
| Safari No support No | WebView Android
No support
? — 58
| Chrome Android
No support
? — 58
| Firefox Android No support No | Opera Android
No support
? — 43
| Safari iOS No support No | Samsung Internet Android
No support
? — 7.0
|
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
- All global attributes.