Drag and Drop

- LS

Method of easily dragging and dropping elements on a page, requiring minimal JavaScript.

Chrome

  1. 4 - 122: Supported
  2. 123: Supported
  3. 124 - 126: Supported

Edge

  1. 12 - 17: Partial support
  2. 18 - 122: Supported
  3. 123: Supported

Safari

  1. 3.1 - 17.3: Supported
  2. 17.4: Supported
  3. TP: Supported

Firefox

  1. 2 - 3: Not supported (but has polyfill available)
  2. 3.5 - 123: Supported
  3. 124: Supported
  4. 125 - 127: Supported

Opera

  1. 9 - 11.6: Not supported (but has polyfill available)
  2. 12 - 107: Supported
  3. 108: Supported

IE

  1. 5.5 - 9: Partial support
  2. 10: Partial support
  3. 11: Partial support

Chrome for Android

  1. 122: Supported

Safari on iOS

  1. 3.2 - 14.8: Not supported
  2. 15 - 17.3: Supported
  3. 17.4: Supported

Samsung Internet

  1. 4 - 22: Not supported
  2. 23: Not supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12: Not supported (but has polyfill available)
  2. 12.1: Supported
  3. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 122: Supported

Firefox for Android

  1. 123: Not supported

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Not supported

KaiOS Browser

  1. 2.5: Not supported
  2. 3: Not supported

dataTransfer.items only supported by Chrome.

Currently no browser supports the dropzone attribute.

Firefox supports any kind of DOM elements for .setDragImage. Chrome must have either an HTMLImageElement or any kind of DOM Element attached to the DOM and within the viewport of the browser for .setDragImage.

Resources:
Polyfill for setDragImage in IE
iOS/Android shim for HTML 5 drag'n'drop
HTML5 Doctor article
Shopping cart demo
WebPlatform Docs