11.
Which of the following property is common in all drag events?

12.
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself.

13.
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.

14.
Which of the following property is used to determine which drag operation was desired?

15.
______________ should include data of two types; the first should be the URL using the type text/uri-list, and the second is the URL using the text/plain type.