On 4/30/07, Ian McKellar <[EMAIL PROTECTED]> wrote:
On 4/25/07, David Hyatt <[EMAIL PROTECTED]> wrote: > The use case of being able to drop images into a > contenteditable region and have them show up as <img> elements at the > appropriate place and then get automatically uploaded somewhere is a > really compelling one.
Is there already an API for knowing exactly where something is dropped? Possibly - an empty Range object as either the relatedTarget or part of the detail of a drop event.
