Skip to content

Commit

Permalink
Remove specific mention of Opera 12 wrt @dropzone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Mar 23, 2012
1 parent 265e209 commit 0392b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/dragndrop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tags: polyfill nomobile
kind: api
polyfillurls:[dropfile](https://github.com/MrSwitch/dropfile), [fileSaver](https://github.com/eligrey/FileSaver.js), [jDataView](https://github.com/vjeux/jDataView)

Drag and Drop has been standardized in HTML5 based on Internet Explorer's original implementation. Therefore, it already has wide support, but many feel frustrated when using the API. You may want to use jQuery UI Draggable (or another JavaScript library) to handle this for you. Meanwhile the proposed [[dropzone]](http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute) attribute will improve the situation as it gains browser support (Currently supported in Opera 12+).
Drag and Drop has been standardized in HTML5 based on Internet Explorer's original implementation. Therefore, it already has wide support, but many feel frustrated when using the API. You may want to use jQuery UI Draggable (or another JavaScript library) to handle this for you. Meanwhile the proposed [[dropzone]](http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute) attribute will improve the situation as it gains browser support.

0 comments on commit 0392b26

Please sign in to comment.