Stub
This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.
The CSS -webkit-user-drag Apple extension property specifies whether an entire element should be draggable instead of its contents.
Values[]
| Value | Description |
|---|---|
auto |
The default dragging behavior is used. |
element |
The entire element is draggable instead of its contents. |
none |
The element cannot be dragged at all. |
