HTML and CSS Reference
In-Depth Information
1. Tell the browser where the draggable element can be dropped (the drop “zone”).
2. Tell the browser what to do with the element once it has been dropped.
See Also
WHATWG's Living Standard addresses the draggable attribute at http://www.whatwg
.org/specs/web-apps/current-work/multipage/dnd.html#the-draggable-attribute ; there is
a simple, straightforward tutorial on implementing basic drag-and-drop at http://
html5doctor.com/native-drag-and-drop . See Recipe 10.3 in Chapter 10 of this topic for
more on implementing drag-and-drop functionality.
 
Search WWH ::




Custom Search