This commit is contained in:
Ilya Kantor 2019-08-17 20:28:00 +03:00
parent 28a514a0d7
commit cdf6156088
4 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Drag'n'Drop with mouse events
Drag'n'Drop is a great interface solution. Taking something, dragging and dropping is a clear and simple way to do many things, from copying and moving (see file managers) to ordering (drop into cart).
Drag'n'Drop is a great interface solution. Taking something, dragging and dropping is a clear and simple way to do many things, from copying and moving documents (as in file managers) to ordering (drop into cart).
In the modern HTML standard there's a [section about Drag and Drop](https://html.spec.whatwg.org/multipage/interaction.html#dnd) with special events such as `dragstart`, `dragend` and so on.