the method is called when an item is moved into a possible drop landing during dnd
| source |
| HTMLElement | a DOM element which will be saved as a drop target (to ignore a drop landing, return a null value) |
The method isn't purposed for direct call! It is an extension point.
You can override it with your own logic, but check drag-n-drop related events first, as they provide a much more convenient way for drag-n-drop handling.